Html Css Color HEX #853A27 Burnt Umber

📋 copy color: '#853A27'

red 133 ◦ green 58 ◦ blue 39

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

Shades of Burnt Umber #853A27

Tints of Burnt Umber #853A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 39 (15.63% from 255) = 16.96%

R = 57.83%
G = 25.22%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#853A27 (or 0x853A27) is known color: Burnt Umber. HEX triplet: 85, 3A and 27. RGB value is (133,58,39). Sum of RGB (Red+Green+Blue) = 133+58+39=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #853A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A27 is #7AC5D8. Grayscale: #4E4E4E. Windows color (decimal): -8046041 or 2570885. OLE color: 2570885.

HSL color Cylindrical-coordinate representation of color #853A27: hue angle of 12.13º degrees, saturation: 0.55, 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 #853A27 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 58 39 -
CMYK 0 0.56 0.71 0.48
HSL 12.13º 0.55% 0.34% -
HSV(B) 12.13º 0.71% 0.52% -
XYZ 11.55 8.16 2.89 -
YUV 78.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 133 58 39 0 0.56 0.71 0.48 12.13 0.55 0.34
Hex 85 3A 27 0 38 47 30 C 37 22
Octal 205 72 47 0 70 107 60 14 67 42
Binary 10000101 111010 100111 0 111000 1000111 110000 1100 110111 100010

Color Harmonies of #853A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A27

Black with #853A27

Text Example


Text Example

White with #853A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A27; }

 p { color: rgb(133,58,39); }

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

background-color css

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

 a { background-color: rgb(133,58,39); }

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

border-color css

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

 span { border-color: rgb(133,58,39); }

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