Html Css Color HEX #972601 Burnt Umber

📋 copy color: '#972601'

red 151 ◦ green 38 ◦ blue 1

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

Shades of Burnt Umber #972601

Tints of Burnt Umber #972601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 79.47%
G = 20%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#972601 (or 0x972601) is known color: Burnt Umber. HEX triplet: 97, 26 and 01. RGB value is (151,38,1). Sum of RGB (Red+Green+Blue) = 151+38+1=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #972601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972601 is #68D9FE. Grayscale: #434343. Windows color (decimal): -6871551 or 75415. OLE color: 75415.

HSL color Cylindrical-coordinate representation of color #972601: hue angle of 14.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #972601 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 1 -
CMYK 0 0.75 0.99 0.41
HSL 14.8º 0.99% 0.3% -
HSV(B) 14.8º 0.99% 0.59% -
XYZ 13.46 7.97 0.86 -
YUV 67.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 151 38 1 0 0.75 0.99 0.41 14.8 0.99 0.3
Hex 97 26 1 0 4B 63 29 F 63 1E
Octal 227 46 1 0 113 143 51 17 143 36
Binary 10010111 100110 1 0 1001011 1100011 101001 1111 1100011 11110

Color Harmonies of #972601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972601

Black with #972601

Text Example


Text Example

White with #972601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972601; }

 p { color: rgb(151,38,1); }

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

background-color css

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

 a { background-color: rgb(151,38,1); }

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

border-color css

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

 span { border-color: rgb(151,38,1); }

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