Html Css Color HEX #97510F Saddle Brown

📋 copy color: '#97510F'

red 151 ◦ green 81 ◦ blue 15

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

Shades of Saddle Brown #97510F

Tints of Saddle Brown #97510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 61.13%
G = 32.79%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97510F (or 0x97510F) is known color: Saddle Brown. HEX triplet: 97, 51 and 0F. RGB value is (151,81,15). Sum of RGB (Red+Green+Blue) = 151+81+15=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97510F is #68AEF0. Grayscale: #5E5E5E. Windows color (decimal): -6860529 or 1003927. OLE color: 1003927.

HSL color Cylindrical-coordinate representation of color #97510F: hue angle of 29.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97510F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 81 15 -
CMYK 0 0.46 0.90 0.41
HSL 29.12º 0.82% 0.33% -
HSV(B) 29.12º 0.9% 0.59% -
XYZ 15.79 12.5 2.03 -
YUV 94.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 151 81 15 0 0.46 0.90 0.41 29.12 0.82 0.33
Hex 97 51 F 0 2E 5A 29 1D 52 21
Octal 227 121 17 0 56 132 51 35 122 41
Binary 10010111 1010001 1111 0 101110 1011010 101001 11101 1010010 100001

Color Harmonies of #97510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97510F

Black with #97510F

Text Example


Text Example

White with #97510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97510F; }

 p { color: rgb(151,81,15); }

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

background-color css

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

 a { background-color: rgb(151,81,15); }

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

border-color css

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

 span { border-color: rgb(151,81,15); }

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