Html Css Color HEX #853027 Burnt Umber

📋 copy color: '#853027'

red 133 ◦ green 48 ◦ blue 39

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

Shades of Burnt Umber #853027

Tints of Burnt Umber #853027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 60.45%
G = 21.82%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#853027 (or 0x853027) is known color: Burnt Umber. HEX triplet: 85, 30 and 27. RGB value is (133,48,39). Sum of RGB (Red+Green+Blue) = 133+48+39=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #853027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853027 is #7ACFD8. Grayscale: #484848. Windows color (decimal): -8048601 or 2568325. OLE color: 2568325.

HSL color Cylindrical-coordinate representation of color #853027: hue angle of 5.74º 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 #853027 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 39 -
CMYK 0 0.64 0.71 0.48
HSL 5.74º 0.55% 0.34% -
HSV(B) 5.74º 0.71% 0.52% -
XYZ 11.1 7.25 2.73 -
YUV 72.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 133 48 39 0 0.64 0.71 0.48 5.74 0.55 0.34
Hex 85 30 27 0 40 47 30 6 37 22
Octal 205 60 47 0 100 107 60 6 67 42
Binary 10000101 110000 100111 0 1000000 1000111 110000 110 110111 100010

Color Harmonies of #853027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853027

Black with #853027

Text Example


Text Example

White with #853027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853027; }

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

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

background-color css

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

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

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

border-color css

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

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

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