Html Css Color HEX #933F15 Saddle Brown

📋 copy color: '#933F15'

red 147 ◦ green 63 ◦ blue 21

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

Shades of Saddle Brown #933F15

Tints of Saddle Brown #933F15

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 63.64%
G = 27.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#933F15 (or 0x933F15) is known color: Saddle Brown. HEX triplet: 93, 3F and 15. RGB value is (147,63,21). Sum of RGB (Red+Green+Blue) = 147+63+21=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #933F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F15 is #6CC0EA. Grayscale: #535353. Windows color (decimal): -7127275 or 1392531. OLE color: 1392531.

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

Color convert

RGB 147 63 21 -
CMYK 0 0.57 0.86 0.42
HSL 20º 0.75% 0.33% -
HSV(B) 20º 0.86% 0.58% -
XYZ 13.95 9.81 1.87 -
YUV 83.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 147 63 21 0 0.57 0.86 0.42 20 0.75 0.33
Hex 93 3F 15 0 39 56 2A 14 4B 21
Octal 223 77 25 0 71 126 52 24 113 41
Binary 10010011 111111 10101 0 111001 1010110 101010 10100 1001011 100001

Color Harmonies of #933F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933F15

Black with #933F15

Text Example


Text Example

White with #933F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933F15; }

 p { color: rgb(147,63,21); }

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

background-color css

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

 a { background-color: rgb(147,63,21); }

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

border-color css

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

 span { border-color: rgb(147,63,21); }

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