Html Css Color HEX #944C10 Saddle Brown

📋 copy color: '#944C10'

red 148 ◦ green 76 ◦ blue 16

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

Shades of Saddle Brown #944C10

Tints of Saddle Brown #944C10

RGB

 RED value IS 148 (58.2% from 255) = 61.67%

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

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

R = 61.67%
G = 31.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#944C10 (or 0x944C10) is known color: Saddle Brown. HEX triplet: 94, 4C and 10. RGB value is (148,76,16). Sum of RGB (Red+Green+Blue) = 148+76+16=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #944C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C10 is #6BB3EF. Grayscale: #5B5B5B. Windows color (decimal): -7058416 or 1068180. OLE color: 1068180.

HSL color Cylindrical-coordinate representation of color #944C10: hue angle of 27.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944C10 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 76 16 -
CMYK 0 0.49 0.89 0.42
HSL 27.27º 0.8% 0.32% -
HSV(B) 27.27º 0.89% 0.58% -
XYZ 14.89 11.5 1.93 -
YUV 90.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 148 76 16 0 0.49 0.89 0.42 27.27 0.8 0.32
Hex 94 4C 10 0 31 59 2A 1B 50 20
Octal 224 114 20 0 61 131 52 33 120 40
Binary 10010100 1001100 10000 0 110001 1011001 101010 11011 1010000 100000

Color Harmonies of #944C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C10

Black with #944C10

Text Example


Text Example

White with #944C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944C10; }

 p { color: rgb(148,76,16); }

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

background-color css

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

 a { background-color: rgb(148,76,16); }

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

border-color css

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

 span { border-color: rgb(148,76,16); }

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