Html Css Color HEX #935016 Saddle Brown

📋 copy color: '#935016'

red 147 ◦ green 80 ◦ blue 22

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

Shades of Saddle Brown #935016

Tints of Saddle Brown #935016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 59.04%
G = 32.13%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#935016 (or 0x935016) is known color: Saddle Brown. HEX triplet: 93, 50 and 16. RGB value is (147,80,22). Sum of RGB (Red+Green+Blue) = 147+80+22=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #935016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935016 is #6CAFE9. Grayscale: #5D5D5D. Windows color (decimal): -7122922 or 1462419. OLE color: 1462419.

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

Color convert

RGB 147 80 22 -
CMYK 0 0.46 0.85 0.42
HSL 27.84º 0.74% 0.33% -
HSV(B) 27.84º 0.85% 0.58% -
XYZ 15.05 12 2.28 -
YUV 93.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 147 80 22 0 0.46 0.85 0.42 27.84 0.74 0.33
Hex 93 50 16 0 2E 55 2A 1C 4A 21
Octal 223 120 26 0 56 125 52 34 112 41
Binary 10010011 1010000 10110 0 101110 1010101 101010 11100 1001010 100001

Color Harmonies of #935016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935016

Black with #935016

Text Example


Text Example

White with #935016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935016; }

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

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

background-color css

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

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

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

border-color css

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

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

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