Html Css Color HEX #853422 Burnt Umber

📋 copy color: '#853422'

red 133 ◦ green 52 ◦ blue 34

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

Shades of Burnt Umber #853422

Tints of Burnt Umber #853422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 60.73%
G = 23.74%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#853422 (or 0x853422) is known color: Burnt Umber. HEX triplet: 85, 34 and 22. RGB value is (133,52,34). Sum of RGB (Red+Green+Blue) = 133+52+34=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #853422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853422 is #7ACBDD. Grayscale: #4A4A4A. Windows color (decimal): -8047582 or 2241669. OLE color: 2241669.

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

Color convert

RGB 133 52 34 -
CMYK 0 0.61 0.74 0.48
HSL 10.91º 0.59% 0.33% -
HSV(B) 10.91º 0.74% 0.52% -
XYZ 11.19 7.56 2.38 -
YUV 74.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 133 52 34 0 0.61 0.74 0.48 10.91 0.59 0.33
Hex 85 34 22 0 3D 4A 30 B 3B 21
Octal 205 64 42 0 75 112 60 13 73 41
Binary 10000101 110100 100010 0 111101 1001010 110000 1011 111011 100001

Color Harmonies of #853422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853422

Black with #853422

Text Example


Text Example

White with #853422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853422; }

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

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

background-color css

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

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

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

border-color css

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

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

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