Html Css Color HEX #853010 Burnt Umber

📋 copy color: '#853010'

red 133 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #853010

Tints of Burnt Umber #853010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 67.51%
G = 24.37%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#853010 (or 0x853010) is known color: Burnt Umber. HEX triplet: 85, 30 and 10. RGB value is (133,48,16). Sum of RGB (Red+Green+Blue) = 133+48+16=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #853010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853010 is #7ACFEF. Grayscale: #454545. Windows color (decimal): -8048624 or 1060997. OLE color: 1060997.

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

Color convert

RGB 133 48 16 -
CMYK 0 0.64 0.88 0.48
HSL 16.41º 0.79% 0.29% -
HSV(B) 16.41º 0.88% 0.52% -
XYZ 10.82 7.14 1.3 -
YUV 69.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 133 48 16 0 0.64 0.88 0.48 16.41 0.79 0.29
Hex 85 30 10 0 40 58 30 10 4F 1D
Octal 205 60 20 0 100 130 60 20 117 35
Binary 10000101 110000 10000 0 1000000 1011000 110000 10000 1001111 11101

Color Harmonies of #853010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853010

Black with #853010

Text Example


Text Example

White with #853010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853010; }

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

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

background-color css

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

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

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

border-color css

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

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

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