Html Css Color HEX #97500E Saddle Brown

📋 copy color: '#97500E'

red 151 ◦ green 80 ◦ blue 14

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

Shades of Saddle Brown #97500E

Tints of Saddle Brown #97500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 61.63%
G = 32.65%
B = 5.71%

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

#97500E (or 0x97500E) is known color: Saddle Brown. HEX triplet: 97, 50 and 0E. RGB value is (151,80,14). Sum of RGB (Red+Green+Blue) = 151+80+14=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97500E is #68AFF1. Grayscale: #5E5E5E. Windows color (decimal): -6860786 or 938135. OLE color: 938135.

HSL color Cylindrical-coordinate representation of color #97500E: hue angle of 28.91º degrees, saturation: 0.83, 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 #97500E is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 80 14 -
CMYK 0 0.47 0.91 0.41
HSL 28.91º 0.83% 0.32% -
HSV(B) 28.91º 0.91% 0.59% -
XYZ 15.71 12.35 1.97 -
YUV 93.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 151 80 14 0 0.47 0.91 0.41 28.91 0.83 0.32
Hex 97 50 E 0 2F 5B 29 1D 53 20
Octal 227 120 16 0 57 133 51 35 123 40
Binary 10010111 1010000 1110 0 101111 1011011 101001 11101 1010011 100000

Color Harmonies of #97500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97500E

Black with #97500E

Text Example


Text Example

White with #97500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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