Html Css Color HEX #974C1A Saddle Brown

📋 copy color: '#974C1A'

red 151 ◦ green 76 ◦ blue 26

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

Shades of Saddle Brown #974C1A

Tints of Saddle Brown #974C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 59.68%
G = 30.04%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#974C1A (or 0x974C1A) is known color: Saddle Brown. HEX triplet: 97, 4C and 1A. RGB value is (151,76,26). Sum of RGB (Red+Green+Blue) = 151+76+26=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #974C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C1A is #68B3E5. Grayscale: #5C5C5C. Windows color (decimal): -6861798 or 1723543. OLE color: 1723543.

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

Color convert

RGB 151 76 26 -
CMYK 0 0.50 0.83 0.41
HSL 24º 0.71% 0.35% -
HSV(B) 24º 0.83% 0.59% -
XYZ 15.53 11.82 2.44 -
YUV 92.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 151 76 26 0 0.50 0.83 0.41 24 0.71 0.35
Hex 97 4C 1A 0 32 53 29 18 47 23
Octal 227 114 32 0 62 123 51 30 107 43
Binary 10010111 1001100 11010 0 110010 1010011 101001 11000 1000111 100011

Color Harmonies of #974C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C1A

Black with #974C1A

Text Example


Text Example

White with #974C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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