Html Css Color HEX #944213 Saddle Brown

📋 copy color: '#944213'

red 148 ◦ green 66 ◦ blue 19

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

Shades of Saddle Brown #944213

Tints of Saddle Brown #944213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 63.52%
G = 28.33%
B = 8.15%

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

#944213 (or 0x944213) is known color: Saddle Brown. HEX triplet: 94, 42 and 13. RGB value is (148,66,19). Sum of RGB (Red+Green+Blue) = 148+66+19=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #944213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944213 is #6BBDEC. Grayscale: #555555. Windows color (decimal): -7060973 or 1262228. OLE color: 1262228.

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

Color convert

RGB 148 66 19 -
CMYK 0 0.55 0.87 0.42
HSL 21.86º 0.77% 0.33% -
HSV(B) 21.86º 0.87% 0.58% -
XYZ 14.28 10.24 1.84 -
YUV 85.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 148 66 19 0 0.55 0.87 0.42 21.86 0.77 0.33
Hex 94 42 13 0 37 57 2A 16 4D 21
Octal 224 102 23 0 67 127 52 26 115 41
Binary 10010100 1000010 10011 0 110111 1010111 101010 10110 1001101 100001

Color Harmonies of #944213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944213

Black with #944213

Text Example


Text Example

White with #944213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944213; }

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

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

background-color css

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

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

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

border-color css

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

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

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