Html Css Color HEX #93630F Golden Brown

📋 copy color: '#93630F'

red 147 ◦ green 99 ◦ blue 15

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

Shades of Golden Brown #93630F

Tints of Golden Brown #93630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.93%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 56.32%
G = 37.93%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93630F (or 0x93630F) is known color: Golden Brown. HEX triplet: 93, 63 and 0F. RGB value is (147,99,15). Sum of RGB (Red+Green+Blue) = 147+99+15=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93630F is #6C9CF0. Grayscale: #686868. Windows color (decimal): -7118065 or 1008531. OLE color: 1008531.

HSL color Cylindrical-coordinate representation of color #93630F: hue angle of 38.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93630F is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 15 -
CMYK 0 0.33 0.90 0.42
HSL 38.18º 0.81% 0.32% -
HSV(B) 38.18º 0.9% 0.58% -
XYZ 16.58 15.16 2.5 -
YUV 103.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 147 99 15 0 0.33 0.90 0.42 38.18 0.81 0.32
Hex 93 63 F 0 21 5A 2A 26 51 20
Octal 223 143 17 0 41 132 52 46 121 40
Binary 10010011 1100011 1111 0 100001 1011010 101010 100110 1010001 100000

Color Harmonies of #93630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93630F

Black with #93630F

Text Example


Text Example

White with #93630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93630F; }

 p { color: rgb(147,99,15); }

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

background-color css

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

 a { background-color: rgb(147,99,15); }

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

border-color css

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

 span { border-color: rgb(147,99,15); }

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