Html Css Color HEX #944012 Saddle Brown

📋 copy color: '#944012'

red 148 ◦ green 64 ◦ blue 18

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

Shades of Saddle Brown #944012

Tints of Saddle Brown #944012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 64.35%
G = 27.83%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#944012 (or 0x944012) is known color: Saddle Brown. HEX triplet: 94, 40 and 12. RGB value is (148,64,18). Sum of RGB (Red+Green+Blue) = 148+64+18=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #944012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944012 is #6BBFED. Grayscale: #545454. Windows color (decimal): -7061486 or 1196180. OLE color: 1196180.

HSL color Cylindrical-coordinate representation of color #944012: hue angle of 21.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #944012 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 64 18 -
CMYK 0 0.57 0.88 0.42
HSL 21.23º 0.78% 0.33% -
HSV(B) 21.23º 0.88% 0.58% -
XYZ 14.16 10.01 1.76 -
YUV 83.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 148 64 18 0 0.57 0.88 0.42 21.23 0.78 0.33
Hex 94 40 12 0 39 58 2A 15 4E 21
Octal 224 100 22 0 71 130 52 25 116 41
Binary 10010100 1000000 10010 0 111001 1011000 101010 10101 1001110 100001

Color Harmonies of #944012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944012

Black with #944012

Text Example


Text Example

White with #944012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944012; }

 p { color: rgb(148,64,18); }

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

background-color css

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

 a { background-color: rgb(148,64,18); }

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

border-color css

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

 span { border-color: rgb(148,64,18); }

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