Html Css Color HEX #944712 Saddle Brown

📋 copy color: '#944712'

red 148 ◦ green 71 ◦ blue 18

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

Shades of Saddle Brown #944712

Tints of Saddle Brown #944712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 62.45%
G = 29.96%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#944712 (or 0x944712) is known color: Saddle Brown. HEX triplet: 94, 47 and 12. RGB value is (148,71,18). Sum of RGB (Red+Green+Blue) = 148+71+18=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #944712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944712 is #6BB8ED. Grayscale: #585858. Windows color (decimal): -7059694 or 1197972. OLE color: 1197972.

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

Color convert

RGB 148 71 18 -
CMYK 0 0.52 0.88 0.42
HSL 24.46º 0.78% 0.33% -
HSV(B) 24.46º 0.88% 0.58% -
XYZ 14.58 10.85 1.9 -
YUV 87.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 148 71 18 0 0.52 0.88 0.42 24.46 0.78 0.33
Hex 94 47 12 0 34 58 2A 18 4E 21
Octal 224 107 22 0 64 130 52 30 116 41
Binary 10010100 1000111 10010 0 110100 1011000 101010 11000 1001110 100001

Color Harmonies of #944712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944712

Black with #944712

Text Example


Text Example

White with #944712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944712; }

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

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

background-color css

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

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

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

border-color css

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

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

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