Html Css Color HEX #975003 Saddle Brown

📋 copy color: '#975003'

red 151 ◦ green 80 ◦ blue 3

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

Shades of Saddle Brown #975003

Tints of Saddle Brown #975003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 64.53%
G = 34.19%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#975003 (or 0x975003) is known color: Saddle Brown. HEX triplet: 97, 50 and 03. RGB value is (151,80,3). Sum of RGB (Red+Green+Blue) = 151+80+3=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #975003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975003 is #68AFFC. Grayscale: #5C5C5C. Windows color (decimal): -6860797 or 217239. OLE color: 217239.

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

Color convert

RGB 151 80 3 -
CMYK 0 0.47 0.98 0.41
HSL 31.22º 0.96% 0.3% -
HSV(B) 31.22º 0.98% 0.59% -
XYZ 15.65 12.32 1.64 -
YUV 92.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 151 80 3 0 0.47 0.98 0.41 31.22 0.96 0.3
Hex 97 50 3 0 2F 62 29 1F 60 1E
Octal 227 120 3 0 57 142 51 37 140 36
Binary 10010111 1010000 11 0 101111 1100010 101001 11111 1100000 11110

Color Harmonies of #975003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975003

Black with #975003

Text Example


Text Example

White with #975003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975003; }

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

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

background-color css

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

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

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

border-color css

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

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

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