Html Css Color HEX #974C0F Saddle Brown

📋 copy color: '#974C0F'

red 151 ◦ green 76 ◦ blue 15

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

Shades of Saddle Brown #974C0F

Tints of Saddle Brown #974C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 62.4%
G = 31.4%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#974C0F (or 0x974C0F) is known color: Saddle Brown. HEX triplet: 97, 4C and 0F. RGB value is (151,76,15). Sum of RGB (Red+Green+Blue) = 151+76+15=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #974C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C0F is #68B3F0. Grayscale: #5B5B5B. Windows color (decimal): -6861809 or 1002647. OLE color: 1002647.

HSL color Cylindrical-coordinate representation of color #974C0F: hue angle of 26.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #974C0F is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 76 15 -
CMYK 0 0.50 0.90 0.41
HSL 26.91º 0.82% 0.33% -
HSV(B) 26.91º 0.9% 0.59% -
XYZ 15.43 11.78 1.91 -
YUV 91.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 151 76 15 0 0.50 0.90 0.41 26.91 0.82 0.33
Hex 97 4C F 0 32 5A 29 1B 52 21
Octal 227 114 17 0 62 132 51 33 122 41
Binary 10010111 1001100 1111 0 110010 1011010 101001 11011 1010010 100001

Color Harmonies of #974C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C0F

Black with #974C0F

Text Example


Text Example

White with #974C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974C0F; }

 p { color: rgb(151,76,15); }

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

background-color css

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

 a { background-color: rgb(151,76,15); }

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

border-color css

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

 span { border-color: rgb(151,76,15); }

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