Html Css Color HEX #975118 Saddle Brown

📋 copy color: '#975118'

red 151 ◦ green 81 ◦ blue 24

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

Shades of Saddle Brown #975118

Tints of Saddle Brown #975118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 58.98%
G = 31.64%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#975118 (or 0x975118) is known color: Saddle Brown. HEX triplet: 97, 51 and 18. RGB value is (151,81,24). Sum of RGB (Red+Green+Blue) = 151+81+24=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #975118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975118 is #68AEE7. Grayscale: #5F5F5F. Windows color (decimal): -6860520 or 1593751. OLE color: 1593751.

HSL color Cylindrical-coordinate representation of color #975118: hue angle of 26.93º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #975118 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 81 24 -
CMYK 0 0.46 0.84 0.41
HSL 26.93º 0.73% 0.34% -
HSV(B) 26.93º 0.84% 0.59% -
XYZ 15.87 12.53 2.45 -
YUV 95.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 151 81 24 0 0.46 0.84 0.41 26.93 0.73 0.34
Hex 97 51 18 0 2E 54 29 1B 49 22
Octal 227 121 30 0 56 124 51 33 111 42
Binary 10010111 1010001 11000 0 101110 1010100 101001 11011 1001001 100010

Color Harmonies of #975118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975118

Black with #975118

Text Example


Text Example

White with #975118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975118; }

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

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

background-color css

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

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

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

border-color css

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

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

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