Html Css Color HEX #974300 Saddle Brown

📋 copy color: '#974300'

red 151 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #974300

Tints of Saddle Brown #974300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 69.27%
G = 30.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#974300 (or 0x974300) is known color: Saddle Brown. HEX triplet: 97, 43 and 00. RGB value is (151,67,0). Sum of RGB (Red+Green+Blue) = 151+67+0=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #974300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974300 is #68BCFF. Grayscale: #545454. Windows color (decimal): -6864128 or 17303. OLE color: 17303.

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

Color convert

RGB 151 67 0 -
CMYK 0 0.56 1 0.41
HSL 26.62º 1% 0.3% -
HSV(B) 26.62º 1% 0.59% -
XYZ 14.77 10.59 1.27 -
YUV 84.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 151 67 0 0 0.56 1 0.41 26.62 1 0.3
Hex 97 43 0 0 38 64 29 1B 64 1E
Octal 227 103 0 0 70 144 51 33 144 36
Binary 10010111 1000011 0 0 111000 1100100 101001 11011 1100100 11110

Color Harmonies of #974300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974300

Black with #974300

Text Example


Text Example

White with #974300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974300; }

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

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

background-color css

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

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

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

border-color css

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

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

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