Html Css Color HEX #975012 Saddle Brown

📋 copy color: '#975012'

red 151 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #975012

Tints of Saddle Brown #975012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

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

R = 60.64%
G = 32.13%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#975012 (or 0x975012) is known color: Saddle Brown. HEX triplet: 97, 50 and 12. RGB value is (151,80,18). Sum of RGB (Red+Green+Blue) = 151+80+18=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #975012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975012 is #68AFED. Grayscale: #5E5E5E. Windows color (decimal): -6860782 or 1200279. OLE color: 1200279.

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

Color convert

RGB 151 80 18 -
CMYK 0 0.47 0.88 0.41
HSL 27.97º 0.79% 0.33% -
HSV(B) 27.97º 0.88% 0.59% -
XYZ 15.74 12.36 2.13 -
YUV 94.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 151 80 18 0 0.47 0.88 0.41 27.97 0.79 0.33
Hex 97 50 12 0 2F 58 29 1C 4F 21
Octal 227 120 22 0 57 130 51 34 117 41
Binary 10010111 1010000 10010 0 101111 1011000 101001 11100 1001111 100001

Color Harmonies of #975012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975012

Black with #975012

Text Example


Text Example

White with #975012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975012; }

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

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

background-color css

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

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

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

border-color css

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

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

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