Html Css Color HEX #853326 Burnt Umber

📋 copy color: '#853326'

red 133 ◦ green 51 ◦ blue 38

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

Shades of Burnt Umber #853326

Tints of Burnt Umber #853326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 59.91%
G = 22.97%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#853326 (or 0x853326) is known color: Burnt Umber. HEX triplet: 85, 33 and 26. RGB value is (133,51,38). Sum of RGB (Red+Green+Blue) = 133+51+38=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #853326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853326 is #7ACCD9. Grayscale: #4A4A4A. Windows color (decimal): -8047834 or 2503557. OLE color: 2503557.

HSL color Cylindrical-coordinate representation of color #853326: hue angle of 8.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853326 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 38 -
CMYK 0 0.62 0.71 0.48
HSL 8.21º 0.56% 0.34% -
HSV(B) 8.21º 0.71% 0.52% -
XYZ 11.21 7.49 2.69 -
YUV 74.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 133 51 38 0 0.62 0.71 0.48 8.21 0.56 0.34
Hex 85 33 26 0 3E 47 30 8 38 22
Octal 205 63 46 0 76 107 60 10 70 42
Binary 10000101 110011 100110 0 111110 1000111 110000 1000 111000 100010

Color Harmonies of #853326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853326

Black with #853326

Text Example


Text Example

White with #853326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853326; }

 p { color: rgb(133,51,38); }

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

background-color css

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

 a { background-color: rgb(133,51,38); }

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

border-color css

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

 span { border-color: rgb(133,51,38); }

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