Html Css Color HEX #853129 Burnt Umber

📋 copy color: '#853129'

red 133 ◦ green 49 ◦ blue 41

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

Shades of Burnt Umber #853129

Tints of Burnt Umber #853129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 59.64%
G = 21.97%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#853129 (or 0x853129) is known color: Burnt Umber. HEX triplet: 85, 31 and 29. RGB value is (133,49,41). Sum of RGB (Red+Green+Blue) = 133+49+41=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853129 is #7ACED6. Grayscale: #494949. Windows color (decimal): -8048343 or 2699653. OLE color: 2699653.

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

Color convert

RGB 133 49 41 -
CMYK 0 0.63 0.69 0.48
HSL 5.22º 0.53% 0.34% -
HSV(B) 5.22º 0.69% 0.52% -
XYZ 11.17 7.34 2.93 -
YUV 73.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 133 49 41 0 0.63 0.69 0.48 5.22 0.53 0.34
Hex 85 31 29 0 3F 45 30 5 35 22
Octal 205 61 51 0 77 105 60 5 65 42
Binary 10000101 110001 101001 0 111111 1000101 110000 101 110101 100010

Color Harmonies of #853129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853129

Black with #853129

Text Example


Text Example

White with #853129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853129; }

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

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

background-color css

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

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

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

border-color css

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

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

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