Html Css Color HEX #973320 Burnt Umber

📋 copy color: '#973320'

red 151 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #973320

Tints of Burnt Umber #973320

RGB

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

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

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

R = 64.53%
G = 21.79%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#973320 (or 0x973320) is known color: Burnt Umber. HEX triplet: 97, 33 and 20. RGB value is (151,51,32). Sum of RGB (Red+Green+Blue) = 151+51+32=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #973320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973320 is #68CCDF. Grayscale: #4E4E4E. Windows color (decimal): -6868192 or 2110359. OLE color: 2110359.

HSL color Cylindrical-coordinate representation of color #973320: hue angle of 9.58º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #973320 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 32 -
CMYK 0 0.66 0.79 0.41
HSL 9.58º 0.65% 0.36% -
HSV(B) 9.58º 0.79% 0.59% -
XYZ 14.21 9.05 2.36 -
YUV 78.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 151 51 32 0 0.66 0.79 0.41 9.58 0.65 0.36
Hex 97 33 20 0 42 4F 29 A 41 24
Octal 227 63 40 0 102 117 51 12 101 44
Binary 10010111 110011 100000 0 1000010 1001111 101001 1010 1000001 100100

Color Harmonies of #973320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973320

Black with #973320

Text Example


Text Example

White with #973320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973320; }

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

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

background-color css

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

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

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

border-color css

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

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

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