Html Css Color HEX #972F25 Burnt Umber

📋 copy color: '#972F25'

red 151 ◦ green 47 ◦ blue 37

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

Shades of Burnt Umber #972F25

Tints of Burnt Umber #972F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20%

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 64.26%
G = 20%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#972F25 (or 0x972F25) is known color: Burnt Umber. HEX triplet: 97, 2F and 25. RGB value is (151,47,37). Sum of RGB (Red+Green+Blue) = 151+47+37=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #972F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F25 is #68D0DA. Grayscale: #4D4D4D. Windows color (decimal): -6869211 or 2437015. OLE color: 2437015.

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

Color convert

RGB 151 47 37 -
CMYK 0 0.69 0.75 0.41
HSL 5.26º 0.61% 0.37% -
HSV(B) 5.26º 0.75% 0.59% -
XYZ 14.11 8.75 2.69 -
YUV 76.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 151 47 37 0 0.69 0.75 0.41 5.26 0.61 0.37
Hex 97 2F 25 0 45 4B 29 5 3D 25
Octal 227 57 45 0 105 113 51 5 75 45
Binary 10010111 101111 100101 0 1000101 1001011 101001 101 111101 100101

Color Harmonies of #972F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F25

Black with #972F25

Text Example


Text Example

White with #972F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972F25; }

 p { color: rgb(151,47,37); }

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

background-color css

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

 a { background-color: rgb(151,47,37); }

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

border-color css

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

 span { border-color: rgb(151,47,37); }

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