Html Css Color HEX #944915 Saddle Brown

📋 copy color: '#944915'

red 148 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #944915

Tints of Saddle Brown #944915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 61.16%
G = 30.17%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#944915 (or 0x944915) is known color: Saddle Brown. HEX triplet: 94, 49 and 15. RGB value is (148,73,21). Sum of RGB (Red+Green+Blue) = 148+73+21=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #944915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944915 is #6BB6EA. Grayscale: #595959. Windows color (decimal): -7059179 or 1395092. OLE color: 1395092.

HSL color Cylindrical-coordinate representation of color #944915: hue angle of 24.57º degrees, saturation: 0.75, 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 #944915 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 21 -
CMYK 0 0.51 0.86 0.42
HSL 24.57º 0.75% 0.33% -
HSV(B) 24.57º 0.86% 0.58% -
XYZ 14.73 11.12 2.08 -
YUV 89.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 148 73 21 0 0.51 0.86 0.42 24.57 0.75 0.33
Hex 94 49 15 0 33 56 2A 19 4B 21
Octal 224 111 25 0 63 126 52 31 113 41
Binary 10010100 1001001 10101 0 110011 1010110 101010 11001 1001011 100001

Color Harmonies of #944915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944915

Black with #944915

Text Example


Text Example

White with #944915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944915; }

 p { color: rgb(148,73,21); }

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

background-color css

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

 a { background-color: rgb(148,73,21); }

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

border-color css

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

 span { border-color: rgb(148,73,21); }

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