Html Css Color HEX #852B23 Burnt Umber

📋 copy color: '#852B23'

red 133 ◦ green 43 ◦ blue 35

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

Shades of Burnt Umber #852B23

Tints of Burnt Umber #852B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.38%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 63.03%
G = 20.38%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852B23 (or 0x852B23) is known color: Burnt Umber. HEX triplet: 85, 2B and 23. RGB value is (133,43,35). Sum of RGB (Red+Green+Blue) = 133+43+35=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #852B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B23 is #7AD4DC. Grayscale: #454545. Windows color (decimal): -8049885 or 2304901. OLE color: 2304901.

HSL color Cylindrical-coordinate representation of color #852B23: hue angle of 4.9º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852B23 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 35 -
CMYK 0 0.68 0.74 0.48
HSL 4.9º 0.58% 0.33% -
HSV(B) 4.9º 0.74% 0.52% -
XYZ 10.84 6.84 2.34 -
YUV 69 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 133 43 35 0 0.68 0.74 0.48 4.9 0.58 0.33
Hex 85 2B 23 0 44 4A 30 5 3A 21
Octal 205 53 43 0 104 112 60 5 72 41
Binary 10000101 101011 100011 0 1000100 1001010 110000 101 111010 100001

Color Harmonies of #852B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B23

Black with #852B23

Text Example


Text Example

White with #852B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B23; }

 p { color: rgb(133,43,35); }

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

background-color css

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

 a { background-color: rgb(133,43,35); }

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

border-color css

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

 span { border-color: rgb(133,43,35); }

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