Html Css Color HEX #973210 Burnt Umber

📋 copy color: '#973210'

red 151 ◦ green 50 ◦ blue 16

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

Shades of Burnt Umber #973210

Tints of Burnt Umber #973210

RGB

 RED value IS 151 (59.38% from 255) = 69.59%

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 69.59%
G = 23.04%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#973210 (or 0x973210) is known color: Burnt Umber. HEX triplet: 97, 32 and 10. RGB value is (151,50,16). Sum of RGB (Red+Green+Blue) = 151+50+16=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #973210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973210 is #68CDEF. Grayscale: #4C4C4C. Windows color (decimal): -6868464 or 1061527. OLE color: 1061527.

HSL color Cylindrical-coordinate representation of color #973210: hue angle of 15.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #973210 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 16 -
CMYK 0 0.67 0.89 0.41
HSL 15.11º 0.81% 0.33% -
HSV(B) 15.11º 0.89% 0.59% -
XYZ 14 8.9 1.47 -
YUV 76.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 151 50 16 0 0.67 0.89 0.41 15.11 0.81 0.33
Hex 97 32 10 0 43 59 29 F 51 21
Octal 227 62 20 0 103 131 51 17 121 41
Binary 10010111 110010 10000 0 1000011 1011001 101001 1111 1010001 100001

Color Harmonies of #973210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973210

Black with #973210

Text Example


Text Example

White with #973210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973210; }

 p { color: rgb(151,50,16); }

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

background-color css

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

 a { background-color: rgb(151,50,16); }

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

border-color css

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

 span { border-color: rgb(151,50,16); }

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