Html Css Color HEX #973220 Burnt Umber

📋 copy color: '#973220'

red 151 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #973220

Tints of Burnt Umber #973220

RGB

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

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

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

R = 64.81%
G = 21.46%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#973220 (or 0x973220) is known color: Burnt Umber. HEX triplet: 97, 32 and 20. RGB value is (151,50,32). Sum of RGB (Red+Green+Blue) = 151+50+32=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #973220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973220 is #68CDDF. Grayscale: #4E4E4E. Windows color (decimal): -6868448 or 2110103. OLE color: 2110103.

HSL color Cylindrical-coordinate representation of color #973220: hue angle of 9.08º 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 #973220 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 32 -
CMYK 0 0.67 0.79 0.41
HSL 9.08º 0.65% 0.36% -
HSV(B) 9.08º 0.79% 0.59% -
XYZ 14.16 8.96 2.35 -
YUV 78.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 151 50 32 0 0.67 0.79 0.41 9.08 0.65 0.36
Hex 97 32 20 0 43 4F 29 9 41 24
Octal 227 62 40 0 103 117 51 11 101 44
Binary 10010111 110010 100000 0 1000011 1001111 101001 1001 1000001 100100

Color Harmonies of #973220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973220

Black with #973220

Text Example


Text Example

White with #973220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973220; }

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

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

background-color css

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

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

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

border-color css

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

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

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