Html Css Color HEX #944313 Saddle Brown

📋 copy color: '#944313'

red 148 ◦ green 67 ◦ blue 19

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

Shades of Saddle Brown #944313

Tints of Saddle Brown #944313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 63.25%
G = 28.63%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#944313 (or 0x944313) is known color: Saddle Brown. HEX triplet: 94, 43 and 13. RGB value is (148,67,19). Sum of RGB (Red+Green+Blue) = 148+67+19=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #944313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944313 is #6BBCEC. Grayscale: #565656. Windows color (decimal): -7060717 or 1262484. OLE color: 1262484.

HSL color Cylindrical-coordinate representation of color #944313: hue angle of 22.33º 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 #944313 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 67 19 -
CMYK 0 0.55 0.87 0.42
HSL 22.33º 0.77% 0.33% -
HSV(B) 22.33º 0.87% 0.58% -
XYZ 14.34 10.36 1.86 -
YUV 85.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 148 67 19 0 0.55 0.87 0.42 22.33 0.77 0.33
Hex 94 43 13 0 37 57 2A 16 4D 21
Octal 224 103 23 0 67 127 52 26 115 41
Binary 10010100 1000011 10011 0 110111 1010111 101010 10110 1001101 100001

Color Harmonies of #944313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944313

Black with #944313

Text Example


Text Example

White with #944313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944313; }

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

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

background-color css

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

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

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

border-color css

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

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

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