Html Css Color HEX #944C14 Saddle Brown

📋 copy color: '#944C14'

red 148 ◦ green 76 ◦ blue 20

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

Shades of Saddle Brown #944C14

Tints of Saddle Brown #944C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 60.66%
G = 31.15%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#944C14 (or 0x944C14) is known color: Saddle Brown. HEX triplet: 94, 4C and 14. RGB value is (148,76,20). Sum of RGB (Red+Green+Blue) = 148+76+20=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #944C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C14 is #6BB3EB. Grayscale: #5B5B5B. Windows color (decimal): -7058412 or 1330324. OLE color: 1330324.

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

Color convert

RGB 148 76 20 -
CMYK 0 0.49 0.86 0.42
HSL 26.25º 0.76% 0.33% -
HSV(B) 26.25º 0.86% 0.58% -
XYZ 14.92 11.52 2.1 -
YUV 91.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 148 76 20 0 0.49 0.86 0.42 26.25 0.76 0.33
Hex 94 4C 14 0 31 56 2A 1A 4C 21
Octal 224 114 24 0 61 126 52 32 114 41
Binary 10010100 1001100 10100 0 110001 1010110 101010 11010 1001100 100001

Color Harmonies of #944C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C14

Black with #944C14

Text Example


Text Example

White with #944C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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