Html Css Color HEX #973400 Saddle Brown

📋 copy color: '#973400'

red 151 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #973400

Tints of Saddle Brown #973400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.38%
G = 25.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#973400 (or 0x973400) is known color: Saddle Brown. HEX triplet: 97, 34 and 00. RGB value is (151,52,0). Sum of RGB (Red+Green+Blue) = 151+52+0=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #973400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973400 is #68CBFF. Grayscale: #4B4B4B. Windows color (decimal): -6867968 or 13463. OLE color: 13463.

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

Color convert

RGB 151 52 0 -
CMYK 0 0.66 1 0.41
HSL 20.66º 1% 0.3% -
HSV(B) 20.66º 1% 0.59% -
XYZ 13.99 9.04 1.01 -
YUV 75.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 151 52 0 0 0.66 1 0.41 20.66 1 0.3
Hex 97 34 0 0 42 64 29 15 64 1E
Octal 227 64 0 0 102 144 51 25 144 36
Binary 10010111 110100 0 0 1000010 1100100 101001 10101 1100100 11110

Color Harmonies of #973400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973400

Black with #973400

Text Example


Text Example

White with #973400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973400; }

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

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

background-color css

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

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

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

border-color css

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

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

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