Html Css Color HEX #973006 Saddle Brown

📋 copy color: '#973006'

red 151 ◦ green 48 ◦ blue 6

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

Shades of Saddle Brown #973006

Tints of Saddle Brown #973006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 73.66%
G = 23.41%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#973006 (or 0x973006) is known color: Saddle Brown. HEX triplet: 97, 30 and 06. RGB value is (151,48,6). Sum of RGB (Red+Green+Blue) = 151+48+6=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #973006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973006 is #68CFF9. Grayscale: #4A4A4A. Windows color (decimal): -6868986 or 405655. OLE color: 405655.

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

Color convert

RGB 151 48 6 -
CMYK 0 0.68 0.96 0.41
HSL 17.38º 0.92% 0.31% -
HSV(B) 17.38º 0.96% 0.59% -
XYZ 13.85 8.71 1.12 -
YUV 74.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 151 48 6 0 0.68 0.96 0.41 17.38 0.92 0.31
Hex 97 30 6 0 44 60 29 11 5C 1F
Octal 227 60 6 0 104 140 51 21 134 37
Binary 10010111 110000 110 0 1000100 1100000 101001 10001 1011100 11111

Color Harmonies of #973006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973006

Black with #973006

Text Example


Text Example

White with #973006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973006; }

 p { color: rgb(151,48,6); }

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

background-color css

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

 a { background-color: rgb(151,48,6); }

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

border-color css

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

 span { border-color: rgb(151,48,6); }

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