Html Css Color HEX #975013 Saddle Brown

📋 copy color: '#975013'

red 151 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #975013

Tints of Saddle Brown #975013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 60.4%
G = 32%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975013 (or 0x975013) is known color: Saddle Brown. HEX triplet: 97, 50 and 13. RGB value is (151,80,19). Sum of RGB (Red+Green+Blue) = 151+80+19=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #975013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975013 is #68AFEC. Grayscale: #5E5E5E. Windows color (decimal): -6860781 or 1265815. OLE color: 1265815.

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

Color convert

RGB 151 80 19 -
CMYK 0 0.47 0.87 0.41
HSL 27.73º 0.78% 0.33% -
HSV(B) 27.73º 0.87% 0.59% -
XYZ 15.75 12.36 2.17 -
YUV 94.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 151 80 19 0 0.47 0.87 0.41 27.73 0.78 0.33
Hex 97 50 13 0 2F 57 29 1C 4E 21
Octal 227 120 23 0 57 127 51 34 116 41
Binary 10010111 1010000 10011 0 101111 1010111 101001 11100 1001110 100001

Color Harmonies of #975013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975013

Black with #975013

Text Example


Text Example

White with #975013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975013; }

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

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

background-color css

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

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

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

border-color css

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

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

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