Html Css Color HEX #972705 Burnt Umber

📋 copy color: '#972705'

red 151 ◦ green 39 ◦ blue 5

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

Shades of Burnt Umber #972705

Tints of Burnt Umber #972705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

 BLUE value IS 5 (2.34% from 255) = 2.56%

R = 77.44%
G = 20%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#972705 (or 0x972705) is known color: Burnt Umber. HEX triplet: 97, 27 and 05. RGB value is (151,39,5). Sum of RGB (Red+Green+Blue) = 151+39+5=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #972705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972705 is #68D8FA. Grayscale: #444444. Windows color (decimal): -6871291 or 337815. OLE color: 337815.

HSL color Cylindrical-coordinate representation of color #972705: hue angle of 13.97º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #972705 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 39 5 -
CMYK 0 0.74 0.97 0.41
HSL 13.97º 0.94% 0.31% -
HSV(B) 13.97º 0.97% 0.59% -
XYZ 13.52 8.04 0.98 -
YUV 68.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 151 39 5 0 0.74 0.97 0.41 13.97 0.94 0.31
Hex 97 27 5 0 4A 61 29 E 5E 1F
Octal 227 47 5 0 112 141 51 16 136 37
Binary 10010111 100111 101 0 1001010 1100001 101001 1110 1011110 11111

Color Harmonies of #972705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972705

Black with #972705

Text Example


Text Example

White with #972705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972705; }

 p { color: rgb(151,39,5); }

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

background-color css

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

 a { background-color: rgb(151,39,5); }

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

border-color css

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

 span { border-color: rgb(151,39,5); }

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