Html Css Color HEX #944613 Saddle Brown

📋 copy color: '#944613'

red 148 ◦ green 70 ◦ blue 19

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

Shades of Saddle Brown #944613

Tints of Saddle Brown #944613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 62.45%
G = 29.54%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#944613 (or 0x944613) is known color: Saddle Brown. HEX triplet: 94, 46 and 13. RGB value is (148,70,19). Sum of RGB (Red+Green+Blue) = 148+70+19=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #944613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944613 is #6BB9EC. Grayscale: #575757. Windows color (decimal): -7059949 or 1263252. OLE color: 1263252.

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

Color convert

RGB 148 70 19 -
CMYK 0 0.53 0.87 0.42
HSL 23.72º 0.77% 0.33% -
HSV(B) 23.72º 0.87% 0.58% -
XYZ 14.52 10.72 1.92 -
YUV 87.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 148 70 19 0 0.53 0.87 0.42 23.72 0.77 0.33
Hex 94 46 13 0 35 57 2A 18 4D 21
Octal 224 106 23 0 65 127 52 30 115 41
Binary 10010100 1000110 10011 0 110101 1010111 101010 11000 1001101 100001

Color Harmonies of #944613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944613

Black with #944613

Text Example


Text Example

White with #944613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944613; }

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

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

background-color css

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

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

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

border-color css

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

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

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