Html Css Color HEX #975015 Saddle Brown

📋 copy color: '#975015'

red 151 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #975015

Tints of Saddle Brown #975015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 59.92%
G = 31.75%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#975015 (or 0x975015) is known color: Saddle Brown. HEX triplet: 97, 50 and 15. RGB value is (151,80,21). Sum of RGB (Red+Green+Blue) = 151+80+21=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #975015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975015 is #68AFEA. Grayscale: #5E5E5E. Windows color (decimal): -6860779 or 1396887. OLE color: 1396887.

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

Color convert

RGB 151 80 21 -
CMYK 0 0.47 0.86 0.41
HSL 27.23º 0.76% 0.34% -
HSV(B) 27.23º 0.86% 0.59% -
XYZ 15.77 12.37 2.27 -
YUV 94.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 151 80 21 0 0.47 0.86 0.41 27.23 0.76 0.34
Hex 97 50 15 0 2F 56 29 1B 4C 22
Octal 227 120 25 0 57 126 51 33 114 42
Binary 10010111 1010000 10101 0 101111 1010110 101001 11011 1001100 100010

Color Harmonies of #975015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975015

Black with #975015

Text Example


Text Example

White with #975015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975015; }

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

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

background-color css

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

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

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

border-color css

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

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

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