Html Css Color HEX #853128 Burnt Umber

📋 copy color: '#853128'

red 133 ◦ green 49 ◦ blue 40

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

Shades of Burnt Umber #853128

Tints of Burnt Umber #853128

RGB

 RED value IS 133 (52.34% from 255) = 59.91%

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 59.91%
G = 22.07%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#853128 (or 0x853128) is known color: Burnt Umber. HEX triplet: 85, 31 and 28. RGB value is (133,49,40). Sum of RGB (Red+Green+Blue) = 133+49+40=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #853128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853128 is #7ACED7. Grayscale: #494949. Windows color (decimal): -8048344 or 2634117. OLE color: 2634117.

HSL color Cylindrical-coordinate representation of color #853128: hue angle of 5.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853128 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 40 -
CMYK 0 0.63 0.70 0.48
HSL 5.81º 0.54% 0.34% -
HSV(B) 5.81º 0.7% 0.52% -
XYZ 11.15 7.34 2.84 -
YUV 73.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 133 49 40 0 0.63 0.70 0.48 5.81 0.54 0.34
Hex 85 31 28 0 3F 46 30 6 36 22
Octal 205 61 50 0 77 106 60 6 66 42
Binary 10000101 110001 101000 0 111111 1000110 110000 110 110110 100010

Color Harmonies of #853128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853128

Black with #853128

Text Example


Text Example

White with #853128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853128; }

 p { color: rgb(133,49,40); }

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

background-color css

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

 a { background-color: rgb(133,49,40); }

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

border-color css

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

 span { border-color: rgb(133,49,40); }

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