Html Css Color HEX #973525 Burnt Umber

📋 copy color: '#973525'

red 151 ◦ green 53 ◦ blue 37

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

Shades of Burnt Umber #973525

Tints of Burnt Umber #973525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 62.66%
G = 21.99%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#973525 (or 0x973525) is known color: Burnt Umber. HEX triplet: 97, 35 and 25. RGB value is (151,53,37). Sum of RGB (Red+Green+Blue) = 151+53+37=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #973525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973525 is #68CADA. Grayscale: #505050. Windows color (decimal): -6867675 or 2438551. OLE color: 2438551.

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

Color convert

RGB 151 53 37 -
CMYK 0 0.65 0.75 0.41
HSL 8.42º 0.61% 0.37% -
HSV(B) 8.42º 0.75% 0.59% -
XYZ 14.37 9.26 2.78 -
YUV 80.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 151 53 37 0 0.65 0.75 0.41 8.42 0.61 0.37
Hex 97 35 25 0 41 4B 29 8 3D 25
Octal 227 65 45 0 101 113 51 10 75 45
Binary 10010111 110101 100101 0 1000001 1001011 101001 1000 111101 100101

Color Harmonies of #973525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973525

Black with #973525

Text Example


Text Example

White with #973525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973525; }

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

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

background-color css

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

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

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

border-color css

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

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

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