Html Css Color HEX #974500 Saddle Brown

📋 copy color: '#974500'

red 151 ◦ green 69 ◦ blue 0

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

Shades of Saddle Brown #974500

Tints of Saddle Brown #974500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

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

R = 68.64%
G = 31.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#974500 (or 0x974500) is known color: Saddle Brown. HEX triplet: 97, 45 and 00. RGB value is (151,69,0). Sum of RGB (Red+Green+Blue) = 151+69+0=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #974500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974500 is #68BAFF. Grayscale: #565656. Windows color (decimal): -6863616 or 17815. OLE color: 17815.

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

Color convert

RGB 151 69 0 -
CMYK 0 0.54 1 0.41
HSL 27.42º 1% 0.3% -
HSV(B) 27.42º 1% 0.59% -
XYZ 14.89 10.84 1.31 -
YUV 85.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 151 69 0 0 0.54 1 0.41 27.42 1 0.3
Hex 97 45 0 0 36 64 29 1B 64 1E
Octal 227 105 0 0 66 144 51 33 144 36
Binary 10010111 1000101 0 0 110110 1100100 101001 11011 1100100 11110

Color Harmonies of #974500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974500

Black with #974500

Text Example


Text Example

White with #974500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974500; }

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

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

background-color css

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

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

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

border-color css

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

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

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