Html Css Color HEX #973008 Saddle Brown

📋 copy color: '#973008'

red 151 ◦ green 48 ◦ blue 8

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

Shades of Saddle Brown #973008

Tints of Saddle Brown #973008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.86%

R = 72.95%
G = 23.19%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#973008 (or 0x973008) is known color: Saddle Brown. HEX triplet: 97, 30 and 08. RGB value is (151,48,8). Sum of RGB (Red+Green+Blue) = 151+48+8=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #973008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973008 is #68CFF7. Grayscale: #4A4A4A. Windows color (decimal): -6868984 or 536727. OLE color: 536727.

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

Color convert

RGB 151 48 8 -
CMYK 0 0.68 0.95 0.41
HSL 16.78º 0.9% 0.31% -
HSV(B) 16.78º 0.95% 0.59% -
XYZ 13.86 8.71 1.18 -
YUV 74.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 151 48 8 0 0.68 0.95 0.41 16.78 0.9 0.31
Hex 97 30 8 0 44 5F 29 11 5A 1F
Octal 227 60 10 0 104 137 51 21 132 37
Binary 10010111 110000 1000 0 1000100 1011111 101001 10001 1011010 11111

Color Harmonies of #973008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973008

Black with #973008

Text Example


Text Example

White with #973008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973008; }

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

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

background-color css

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

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

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

border-color css

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

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

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