Html Css Color HEX #852E22 Burnt Umber

📋 copy color: '#852E22'

red 133 ◦ green 46 ◦ blue 34

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

Shades of Burnt Umber #852E22

Tints of Burnt Umber #852E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.6%

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 62.44%
G = 21.6%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852E22 (or 0x852E22) is known color: Burnt Umber. HEX triplet: 85, 2E and 22. RGB value is (133,46,34). Sum of RGB (Red+Green+Blue) = 133+46+34=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #852E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E22 is #7AD1DD. Grayscale: #464646. Windows color (decimal): -8049118 or 2240133. OLE color: 2240133.

HSL color Cylindrical-coordinate representation of color #852E22: hue angle of 7.27º degrees, saturation: 0.59, 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 #852E22 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 46 34 -
CMYK 0 0.65 0.74 0.48
HSL 7.27º 0.59% 0.33% -
HSV(B) 7.27º 0.74% 0.52% -
XYZ 10.94 7.06 2.3 -
YUV 70.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 133 46 34 0 0.65 0.74 0.48 7.27 0.59 0.33
Hex 85 2E 22 0 41 4A 30 7 3B 21
Octal 205 56 42 0 101 112 60 7 73 41
Binary 10000101 101110 100010 0 1000001 1001010 110000 111 111011 100001

Color Harmonies of #852E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E22

Black with #852E22

Text Example


Text Example

White with #852E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,34); }

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

background-color css

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

 a { background-color: rgb(133,46,34); }

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

border-color css

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

 span { border-color: rgb(133,46,34); }

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