Html Css Color HEX #873320 Burnt Umber

📋 copy color: '#873320'

red 135 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #873320

Tints of Burnt Umber #873320

RGB

 RED value IS 135 (53.13% from 255) = 61.93%

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 61.93%
G = 23.39%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#873320 (or 0x873320) is known color: Burnt Umber. HEX triplet: 87, 33 and 20. RGB value is (135,51,32). Sum of RGB (Red+Green+Blue) = 135+51+32=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #873320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873320 is #78CCDF. Grayscale: #4A4A4A. Windows color (decimal): -7916768 or 2110343. OLE color: 2110343.

HSL color Cylindrical-coordinate representation of color #873320: hue angle of 11.07º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873320 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 32 -
CMYK 0 0.62 0.76 0.47
HSL 11.07º 0.62% 0.33% -
HSV(B) 11.07º 0.76% 0.53% -
XYZ 11.44 7.62 2.24 -
YUV 73.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 135 51 32 0 0.62 0.76 0.47 11.07 0.62 0.33
Hex 87 33 20 0 3E 4C 2F B 3E 21
Octal 207 63 40 0 76 114 57 13 76 41
Binary 10000111 110011 100000 0 111110 1001100 101111 1011 111110 100001

Color Harmonies of #873320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873320

Black with #873320

Text Example


Text Example

White with #873320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873320; }

 p { color: rgb(135,51,32); }

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

background-color css

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

 a { background-color: rgb(135,51,32); }

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

border-color css

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

 span { border-color: rgb(135,51,32); }

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