Html Css Color HEX #974310 Saddle Brown

📋 copy color: '#974310'

red 151 ◦ green 67 ◦ blue 16

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

Shades of Saddle Brown #974310

Tints of Saddle Brown #974310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 64.53%
G = 28.63%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974310 (or 0x974310) is known color: Saddle Brown. HEX triplet: 97, 43 and 10. RGB value is (151,67,16). Sum of RGB (Red+Green+Blue) = 151+67+16=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #974310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974310 is #68BCEF. Grayscale: #565656. Windows color (decimal): -6864112 or 1065879. OLE color: 1065879.

HSL color Cylindrical-coordinate representation of color #974310: hue angle of 22.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #974310 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 16 -
CMYK 0 0.56 0.89 0.41
HSL 22.67º 0.81% 0.33% -
HSV(B) 22.67º 0.89% 0.59% -
XYZ 14.86 10.63 1.76 -
YUV 86.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 151 67 16 0 0.56 0.89 0.41 22.67 0.81 0.33
Hex 97 43 10 0 38 59 29 17 51 21
Octal 227 103 20 0 70 131 51 27 121 41
Binary 10010111 1000011 10000 0 111000 1011001 101001 10111 1010001 100001

Color Harmonies of #974310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974310

Black with #974310

Text Example


Text Example

White with #974310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974310; }

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

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

background-color css

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

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

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

border-color css

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

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

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