Html Css Color HEX #97500D Saddle Brown

📋 copy color: '#97500D'

red 151 ◦ green 80 ◦ blue 13

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

Shades of Saddle Brown #97500D

Tints of Saddle Brown #97500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 61.89%
G = 32.79%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97500D (or 0x97500D) is known color: Saddle Brown. HEX triplet: 97, 50 and 0D. RGB value is (151,80,13). Sum of RGB (Red+Green+Blue) = 151+80+13=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #97500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97500D is #68AFF2. Grayscale: #5D5D5D. Windows color (decimal): -6860787 or 872599. OLE color: 872599.

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

Color convert

RGB 151 80 13 -
CMYK 0 0.47 0.91 0.41
HSL 29.13º 0.84% 0.32% -
HSV(B) 29.13º 0.91% 0.59% -
XYZ 15.7 12.35 1.94 -
YUV 93.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 151 80 13 0 0.47 0.91 0.41 29.13 0.84 0.32
Hex 97 50 D 0 2F 5B 29 1D 54 20
Octal 227 120 15 0 57 133 51 35 124 40
Binary 10010111 1010000 1101 0 101111 1011011 101001 11101 1010100 100000

Color Harmonies of #97500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97500D

Black with #97500D

Text Example


Text Example

White with #97500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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