Html Css Color HEX #945011 Saddle Brown

📋 copy color: '#945011'

red 148 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #945011

Tints of Saddle Brown #945011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 60.41%
G = 32.65%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#945011 (or 0x945011) is known color: Saddle Brown. HEX triplet: 94, 50 and 11. RGB value is (148,80,17). Sum of RGB (Red+Green+Blue) = 148+80+17=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #945011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945011 is #6BAFEE. Grayscale: #5D5D5D. Windows color (decimal): -7057391 or 1134740. OLE color: 1134740.

HSL color Cylindrical-coordinate representation of color #945011: hue angle of 28.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #945011 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 80 17 -
CMYK 0 0.46 0.89 0.42
HSL 28.85º 0.79% 0.32% -
HSV(B) 28.85º 0.89% 0.58% -
XYZ 15.18 12.07 2.06 -
YUV 93.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 148 80 17 0 0.46 0.89 0.42 28.85 0.79 0.32
Hex 94 50 11 0 2E 59 2A 1D 4F 20
Octal 224 120 21 0 56 131 52 35 117 40
Binary 10010100 1010000 10001 0 101110 1011001 101010 11101 1001111 100000

Color Harmonies of #945011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945011

Black with #945011

Text Example


Text Example

White with #945011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945011; }

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

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

background-color css

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

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

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

border-color css

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

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

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