Html Css Color HEX #833439 Old Brick

📋 copy color: '#833439'

red 131 ◦ green 52 ◦ blue 57

#833439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #833439

Tints of Old Brick #833439

RGB

 RED value IS 131 (51.56% from 255) = 54.58%

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 54.58%
G = 21.67%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#833439 (or 0x833439) is known color: Old Brick. HEX triplet: 83, 34 and 39. RGB value is (131,52,57). Sum of RGB (Red+Green+Blue) = 131+52+57=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #833439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833439 is #7CCBC6. Grayscale: #4C4C4C. Windows color (decimal): -8178631 or 3748995. OLE color: 3748995.

HSL color Cylindrical-coordinate representation of color #833439: hue angle of 356.2º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833439 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 57 -
CMYK 0 0.60 0.56 0.49
HSL 356.2º 0.43% 0.36% -
HSV(B) 356.2º 0.6% 0.51% -
XYZ 11.33 7.58 4.74 -
YUV 76.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 131 52 57 0 0.60 0.56 0.49 356.2 0.43 0.36
Hex 83 34 39 0 3C 38 31 164 2B 24
Octal 203 64 71 0 74 70 61 544 53 44
Binary 10000011 110100 111001 0 111100 111000 110001 101100100 101011 100100

Color Harmonies of #833439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833439

Black with #833439

Text Example


Text Example

White with #833439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833439; }

 p { color: rgb(131,52,57); }

 H1.HeaderClassName
 {
   color: #833439;
 }
 .AnyTagClassName
 {
   color: #833439;
 }
</style>

background-color css

<style>
 a { background-color: #833439; }

 a { background-color: rgb(131,52,57); }

 div.DivClassName
 {
   background-color: #833439;
 }
 .BgClassName
 {
   background-color: #833439;
 }
</style>

border-color css

<style>
 span { border-color: #833439; }

 span { border-color: rgb(131,52,57); }

 td.TdClassName
 {
   border-color: #833439;
 }
 .TagClassName
 {
   border-color: #833439;
 }
</style>