Html Css Color HEX #97460E Saddle Brown

📋 copy color: '#97460E'

red 151 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #97460E

Tints of Saddle Brown #97460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 64.26%
G = 29.79%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97460E (or 0x97460E) is known color: Saddle Brown. HEX triplet: 97, 46 and 0E. RGB value is (151,70,14). Sum of RGB (Red+Green+Blue) = 151+70+14=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #97460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97460E is #68B9F1. Grayscale: #585858. Windows color (decimal): -6863346 or 935575. OLE color: 935575.

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

Color convert

RGB 151 70 14 -
CMYK 0 0.54 0.91 0.41
HSL 24.53º 0.83% 0.32% -
HSV(B) 24.53º 0.91% 0.59% -
XYZ 15.03 10.99 1.74 -
YUV 87.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 151 70 14 0 0.54 0.91 0.41 24.53 0.83 0.32
Hex 97 46 E 0 36 5B 29 19 53 20
Octal 227 106 16 0 66 133 51 31 123 40
Binary 10010111 1000110 1110 0 110110 1011011 101001 11001 1010011 100000

Color Harmonies of #97460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97460E

Black with #97460E

Text Example


Text Example

White with #97460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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