Html Css Color HEX #975218 Saddle Brown

📋 copy color: '#975218'

red 151 ◦ green 82 ◦ blue 24

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

Shades of Saddle Brown #975218

Tints of Saddle Brown #975218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

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

R = 58.75%
G = 31.91%
B = 9.34%

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

#975218 (or 0x975218) is known color: Saddle Brown. HEX triplet: 97, 52 and 18. RGB value is (151,82,24). Sum of RGB (Red+Green+Blue) = 151+82+24=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #975218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975218 is #68ADE7. Grayscale: #606060. Windows color (decimal): -6860264 or 1594007. OLE color: 1594007.

HSL color Cylindrical-coordinate representation of color #975218: hue angle of 27.4º 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 #975218 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 24 -
CMYK 0 0.46 0.84 0.41
HSL 27.4º 0.73% 0.34% -
HSV(B) 27.4º 0.84% 0.59% -
XYZ 15.94 12.68 2.47 -
YUV 96.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 151 82 24 0 0.46 0.84 0.41 27.4 0.73 0.34
Hex 97 52 18 0 2E 54 29 1B 49 22
Octal 227 122 30 0 56 124 51 33 111 42
Binary 10010111 1010010 11000 0 101110 1010100 101001 11011 1001001 100010

Color Harmonies of #975218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975218

Black with #975218

Text Example


Text Example

White with #975218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975218; }

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

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

background-color css

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

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

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

border-color css

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

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

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