Html Css Color HEX #975019 Saddle Brown

📋 copy color: '#975019'

red 151 ◦ green 80 ◦ blue 25

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

Shades of Saddle Brown #975019

Tints of Saddle Brown #975019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 58.98%
G = 31.25%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#975019 (or 0x975019) is known color: Saddle Brown. HEX triplet: 97, 50 and 19. RGB value is (151,80,25). Sum of RGB (Red+Green+Blue) = 151+80+25=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #975019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975019 is #68AFE6. Grayscale: #5F5F5F. Windows color (decimal): -6860775 or 1659031. OLE color: 1659031.

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

Color convert

RGB 151 80 25 -
CMYK 0 0.47 0.83 0.41
HSL 26.19º 0.72% 0.35% -
HSV(B) 26.19º 0.83% 0.59% -
XYZ 15.81 12.39 2.48 -
YUV 94.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 151 80 25 0 0.47 0.83 0.41 26.19 0.72 0.35
Hex 97 50 19 0 2F 53 29 1A 48 23
Octal 227 120 31 0 57 123 51 32 110 43
Binary 10010111 1010000 11001 0 101111 1010011 101001 11010 1001000 100011

Color Harmonies of #975019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975019

Black with #975019

Text Example


Text Example

White with #975019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975019; }

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

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

background-color css

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

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

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

border-color css

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

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

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