Html Css Color HEX #973408 Saddle Brown

📋 copy color: '#973408'

red 151 ◦ green 52 ◦ blue 8

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

Shades of Saddle Brown #973408

Tints of Saddle Brown #973408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

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

R = 71.56%
G = 24.64%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#973408 (or 0x973408) is known color: Saddle Brown. HEX triplet: 97, 34 and 08. RGB value is (151,52,8). Sum of RGB (Red+Green+Blue) = 151+52+8=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #973408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973408 is #68CBF7. Grayscale: #4C4C4C. Windows color (decimal): -6867960 or 537751. OLE color: 537751.

HSL color Cylindrical-coordinate representation of color #973408: hue angle of 18.46º 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 #973408 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 8 -
CMYK 0 0.66 0.95 0.41
HSL 18.46º 0.9% 0.31% -
HSV(B) 18.46º 0.95% 0.59% -
XYZ 14.03 9.05 1.24 -
YUV 76.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 151 52 8 0 0.66 0.95 0.41 18.46 0.9 0.31
Hex 97 34 8 0 42 5F 29 12 5A 1F
Octal 227 64 10 0 102 137 51 22 132 37
Binary 10010111 110100 1000 0 1000010 1011111 101001 10010 1011010 11111

Color Harmonies of #973408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973408

Black with #973408

Text Example


Text Example

White with #973408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973408; }

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

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

background-color css

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

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

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

border-color css

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

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

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