Html Css Color HEX #97500A Saddle Brown

📋 copy color: '#97500A'

red 151 ◦ green 80 ◦ blue 10

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

Shades of Saddle Brown #97500A

Tints of Saddle Brown #97500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 62.66%
G = 33.2%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97500A (or 0x97500A) is known color: Saddle Brown. HEX triplet: 97, 50 and 0A. RGB value is (151,80,10). Sum of RGB (Red+Green+Blue) = 151+80+10=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #97500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97500A is #68AFF5. Grayscale: #5D5D5D. Windows color (decimal): -6860790 or 675991. OLE color: 675991.

HSL color Cylindrical-coordinate representation of color #97500A: hue angle of 29.79º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97500A is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 80 10 -
CMYK 0 0.47 0.93 0.41
HSL 29.79º 0.88% 0.32% -
HSV(B) 29.79º 0.93% 0.59% -
XYZ 15.69 12.34 1.84 -
YUV 93.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 151 80 10 0 0.47 0.93 0.41 29.79 0.88 0.32
Hex 97 50 A 0 2F 5D 29 1E 58 20
Octal 227 120 12 0 57 135 51 36 130 40
Binary 10010111 1010000 1010 0 101111 1011101 101001 11110 1011000 100000

Color Harmonies of #97500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97500A

Black with #97500A

Text Example


Text Example

White with #97500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97500A; }

 p { color: rgb(151,80,10); }

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

background-color css

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

 a { background-color: rgb(151,80,10); }

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

border-color css

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

 span { border-color: rgb(151,80,10); }

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