Html Css Color HEX #974D0E Saddle Brown

📋 copy color: '#974D0E'

red 151 ◦ green 77 ◦ blue 14

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

Shades of Saddle Brown #974D0E

Tints of Saddle Brown #974D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 62.4%
G = 31.82%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#974D0E (or 0x974D0E) is known color: Saddle Brown. HEX triplet: 97, 4D and 0E. RGB value is (151,77,14). Sum of RGB (Red+Green+Blue) = 151+77+14=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #974D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974D0E is #68B2F1. Grayscale: #5C5C5C. Windows color (decimal): -6861554 or 937367. OLE color: 937367.

HSL color Cylindrical-coordinate representation of color #974D0E: hue angle of 27.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #974D0E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 14 -
CMYK 0 0.49 0.91 0.41
HSL 27.59º 0.83% 0.32% -
HSV(B) 27.59º 0.91% 0.59% -
XYZ 15.5 11.92 1.9 -
YUV 91.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 151 77 14 0 0.49 0.91 0.41 27.59 0.83 0.32
Hex 97 4D E 0 31 5B 29 1C 53 20
Octal 227 115 16 0 61 133 51 34 123 40
Binary 10010111 1001101 1110 0 110001 1011011 101001 11100 1010011 100000

Color Harmonies of #974D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D0E

Black with #974D0E

Text Example


Text Example

White with #974D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,14); }

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

background-color css

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

 a { background-color: rgb(151,77,14); }

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

border-color css

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

 span { border-color: rgb(151,77,14); }

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