Html Css Color HEX #85280A Burnt Umber

📋 copy color: '#85280A'

red 133 ◦ green 40 ◦ blue 10

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

Shades of Burnt Umber #85280A

Tints of Burnt Umber #85280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 72.68%
G = 21.86%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85280A (or 0x85280A) is known color: Burnt Umber. HEX triplet: 85, 28 and 0A. RGB value is (133,40,10). Sum of RGB (Red+Green+Blue) = 133+40+10=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85280A is #7AD7F5. Grayscale: #404040. Windows color (decimal): -8050678 or 665733. OLE color: 665733.

HSL color Cylindrical-coordinate representation of color #85280A: hue angle of 14.63º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85280A is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 10 -
CMYK 0 0.70 0.92 0.48
HSL 14.63º 0.86% 0.28% -
HSV(B) 14.63º 0.92% 0.52% -
XYZ 10.49 6.53 0.99 -
YUV 64.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 133 40 10 0 0.70 0.92 0.48 14.63 0.86 0.28
Hex 85 28 A 0 46 5C 30 F 56 1C
Octal 205 50 12 0 106 134 60 17 126 34
Binary 10000101 101000 1010 0 1000110 1011100 110000 1111 1010110 11100

Color Harmonies of #85280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85280A

Black with #85280A

Text Example


Text Example

White with #85280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85280A; }

 p { color: rgb(133,40,10); }

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

background-color css

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

 a { background-color: rgb(133,40,10); }

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

border-color css

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

 span { border-color: rgb(133,40,10); }

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