Html Css Color HEX #935012 Saddle Brown

📋 copy color: '#935012'

red 147 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #935012

Tints of Saddle Brown #935012

RGB

 RED value IS 147 (57.81% from 255) = 60%

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

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

R = 60%
G = 32.65%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#935012 (or 0x935012) is known color: Saddle Brown. HEX triplet: 93, 50 and 12. RGB value is (147,80,18). Sum of RGB (Red+Green+Blue) = 147+80+18=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #935012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935012 is #6CAFED. Grayscale: #5D5D5D. Windows color (decimal): -7122926 or 1200275. OLE color: 1200275.

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

Color convert

RGB 147 80 18 -
CMYK 0 0.46 0.88 0.42
HSL 28.84º 0.78% 0.32% -
HSV(B) 28.84º 0.88% 0.58% -
XYZ 15.01 11.98 2.09 -
YUV 92.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 147 80 18 0 0.46 0.88 0.42 28.84 0.78 0.32
Hex 93 50 12 0 2E 58 2A 1D 4E 20
Octal 223 120 22 0 56 130 52 35 116 40
Binary 10010011 1010000 10010 0 101110 1011000 101010 11101 1001110 100000

Color Harmonies of #935012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935012

Black with #935012

Text Example


Text Example

White with #935012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935012; }

 p { color: rgb(147,80,18); }

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

background-color css

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

 a { background-color: rgb(147,80,18); }

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

border-color css

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

 span { border-color: rgb(147,80,18); }

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