Html Css Color HEX #973020 Burnt Umber

📋 copy color: '#973020'

red 151 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #973020

Tints of Burnt Umber #973020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 65.37%
G = 20.78%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#973020 (or 0x973020) is known color: Burnt Umber. HEX triplet: 97, 30 and 20. RGB value is (151,48,32). Sum of RGB (Red+Green+Blue) = 151+48+32=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #973020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973020 is #68CFDF. Grayscale: #4D4D4D. Windows color (decimal): -6868960 or 2109591. OLE color: 2109591.

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

Color convert

RGB 151 48 32 -
CMYK 0 0.68 0.79 0.41
HSL 8.07º 0.65% 0.36% -
HSV(B) 8.07º 0.79% 0.59% -
XYZ 14.08 8.8 2.32 -
YUV 76.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 151 48 32 0 0.68 0.79 0.41 8.07 0.65 0.36
Hex 97 30 20 0 44 4F 29 8 41 24
Octal 227 60 40 0 104 117 51 10 101 44
Binary 10010111 110000 100000 0 1000100 1001111 101001 1000 1000001 100100

Color Harmonies of #973020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973020

Black with #973020

Text Example


Text Example

White with #973020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973020; }

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

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

background-color css

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

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

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

border-color css

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

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

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