Html Css Color HEX #852907 Burnt Umber

📋 copy color: '#852907'

red 133 ◦ green 41 ◦ blue 7

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

Shades of Burnt Umber #852907

Tints of Burnt Umber #852907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 7 (3.13% from 255) = 3.87%

R = 73.48%
G = 22.65%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#852907 (or 0x852907) is known color: Burnt Umber. HEX triplet: 85, 29 and 07. RGB value is (133,41,7). Sum of RGB (Red+Green+Blue) = 133+41+7=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852907 is #7AD6F8. Grayscale: #404040. Windows color (decimal): -8050425 or 469381. OLE color: 469381.

HSL color Cylindrical-coordinate representation of color #852907: hue angle of 16.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #852907 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 7 -
CMYK 0 0.69 0.95 0.48
HSL 16.19º 0.9% 0.27% -
HSV(B) 16.19º 0.95% 0.52% -
XYZ 10.5 6.59 0.92 -
YUV 64.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 133 41 7 0 0.69 0.95 0.48 16.19 0.9 0.27
Hex 85 29 7 0 45 5F 30 10 5A 1B
Octal 205 51 7 0 105 137 60 20 132 33
Binary 10000101 101001 111 0 1000101 1011111 110000 10000 1011010 11011

Color Harmonies of #852907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852907

Black with #852907

Text Example


Text Example

White with #852907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852907; }

 p { color: rgb(133,41,7); }

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

background-color css

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

 a { background-color: rgb(133,41,7); }

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

border-color css

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

 span { border-color: rgb(133,41,7); }

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