Html Css Color HEX #975312 Saddle Brown

📋 copy color: '#975312'

red 151 ◦ green 83 ◦ blue 18

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

Shades of Saddle Brown #975312

Tints of Saddle Brown #975312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 59.92%
G = 32.94%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#975312 (or 0x975312) is known color: Saddle Brown. HEX triplet: 97, 53 and 12. RGB value is (151,83,18). Sum of RGB (Red+Green+Blue) = 151+83+18=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #975312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975312 is #68ACED. Grayscale: #606060. Windows color (decimal): -6860014 or 1201047. OLE color: 1201047.

HSL color Cylindrical-coordinate representation of color #975312: hue angle of 29.32º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #975312 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 18 -
CMYK 0 0.45 0.88 0.41
HSL 29.32º 0.79% 0.33% -
HSV(B) 29.32º 0.88% 0.59% -
XYZ 15.96 12.81 2.2 -
YUV 95.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 151 83 18 0 0.45 0.88 0.41 29.32 0.79 0.33
Hex 97 53 12 0 2D 58 29 1D 4F 21
Octal 227 123 22 0 55 130 51 35 117 41
Binary 10010111 1010011 10010 0 101101 1011000 101001 11101 1001111 100001

Color Harmonies of #975312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975312

Black with #975312

Text Example


Text Example

White with #975312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975312; }

 p { color: rgb(151,83,18); }

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

background-color css

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

 a { background-color: rgb(151,83,18); }

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

border-color css

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

 span { border-color: rgb(151,83,18); }

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