Html Css Color HEX #945014 Saddle Brown

📋 copy color: '#945014'

red 148 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #945014

Tints of Saddle Brown #945014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 59.68%
G = 32.26%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#945014 (or 0x945014) is known color: Saddle Brown. HEX triplet: 94, 50 and 14. RGB value is (148,80,20). Sum of RGB (Red+Green+Blue) = 148+80+20=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #945014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945014 is #6BAFEB. Grayscale: #5D5D5D. Windows color (decimal): -7057388 or 1331348. OLE color: 1331348.

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

Color convert

RGB 148 80 20 -
CMYK 0 0.46 0.86 0.42
HSL 28.13º 0.76% 0.33% -
HSV(B) 28.13º 0.86% 0.58% -
XYZ 15.21 12.08 2.19 -
YUV 93.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 148 80 20 0 0.46 0.86 0.42 28.13 0.76 0.33
Hex 94 50 14 0 2E 56 2A 1C 4C 21
Octal 224 120 24 0 56 126 52 34 114 41
Binary 10010100 1010000 10100 0 101110 1010110 101010 11100 1001100 100001

Color Harmonies of #945014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945014

Black with #945014

Text Example


Text Example

White with #945014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945014; }

 p { color: rgb(148,80,20); }

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

background-color css

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

 a { background-color: rgb(148,80,20); }

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

border-color css

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

 span { border-color: rgb(148,80,20); }

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