Html Css Color HEX #975002 Saddle Brown

📋 copy color: '#975002'

red 151 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #975002

Tints of Saddle Brown #975002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 64.81%
G = 34.33%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#975002 (or 0x975002) is known color: Saddle Brown. HEX triplet: 97, 50 and 02. RGB value is (151,80,2). Sum of RGB (Red+Green+Blue) = 151+80+2=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #975002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975002 is #68AFFD. Grayscale: #5C5C5C. Windows color (decimal): -6860798 or 151703. OLE color: 151703.

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

Color convert

RGB 151 80 2 -
CMYK 0 0.47 0.99 0.41
HSL 31.41º 0.97% 0.3% -
HSV(B) 31.41º 0.99% 0.59% -
XYZ 15.64 12.32 1.61 -
YUV 92.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 151 80 2 0 0.47 0.99 0.41 31.41 0.97 0.3
Hex 97 50 2 0 2F 63 29 1F 61 1E
Octal 227 120 2 0 57 143 51 37 141 36
Binary 10010111 1010000 10 0 101111 1100011 101001 11111 1100001 11110

Color Harmonies of #975002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975002

Black with #975002

Text Example


Text Example

White with #975002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975002; }

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

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

background-color css

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

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

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

border-color css

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

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

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