Html Css Color HEX #852B10 Burnt Umber

📋 copy color: '#852B10'

red 133 ◦ green 43 ◦ blue 16

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

Shades of Burnt Umber #852B10

Tints of Burnt Umber #852B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 69.27%
G = 22.4%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#852B10 (or 0x852B10) is known color: Burnt Umber. HEX triplet: 85, 2B and 10. RGB value is (133,43,16). Sum of RGB (Red+Green+Blue) = 133+43+16=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852B10 is #7AD4EF. Grayscale: #434343. Windows color (decimal): -8049904 or 1059717. OLE color: 1059717.

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

Color convert

RGB 133 43 16 -
CMYK 0 0.68 0.88 0.48
HSL 13.85º 0.79% 0.29% -
HSV(B) 13.85º 0.88% 0.52% -
XYZ 10.63 6.75 1.23 -
YUV 66.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 133 43 16 0 0.68 0.88 0.48 13.85 0.79 0.29
Hex 85 2B 10 0 44 58 30 E 4F 1D
Octal 205 53 20 0 104 130 60 16 117 35
Binary 10000101 101011 10000 0 1000100 1011000 110000 1110 1001111 11101

Color Harmonies of #852B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B10

Black with #852B10

Text Example


Text Example

White with #852B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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