Html Css Color HEX #944C13 Saddle Brown

📋 copy color: '#944C13'

red 148 ◦ green 76 ◦ blue 19

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

Shades of Saddle Brown #944C13

Tints of Saddle Brown #944C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 60.91%
G = 31.28%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#944C13 (or 0x944C13) is known color: Saddle Brown. HEX triplet: 94, 4C and 13. RGB value is (148,76,19). Sum of RGB (Red+Green+Blue) = 148+76+19=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #944C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C13 is #6BB3EC. Grayscale: #5B5B5B. Windows color (decimal): -7058413 or 1264788. OLE color: 1264788.

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

Color convert

RGB 148 76 19 -
CMYK 0 0.49 0.87 0.42
HSL 26.51º 0.77% 0.33% -
HSV(B) 26.51º 0.87% 0.58% -
XYZ 14.91 11.51 2.05 -
YUV 91.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 148 76 19 0 0.49 0.87 0.42 26.51 0.77 0.33
Hex 94 4C 13 0 31 57 2A 1B 4D 21
Octal 224 114 23 0 61 127 52 33 115 41
Binary 10010100 1001100 10011 0 110001 1010111 101010 11011 1001101 100001

Color Harmonies of #944C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C13

Black with #944C13

Text Example


Text Example

White with #944C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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