Html Css Color HEX #93580F Golden Brown

📋 copy color: '#93580F'

red 147 ◦ green 88 ◦ blue 15

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

Shades of Golden Brown #93580F

Tints of Golden Brown #93580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 58.8%
G = 35.2%
B = 6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93580F (or 0x93580F) is known color: Golden Brown. HEX triplet: 93, 58 and 0F. RGB value is (147,88,15). Sum of RGB (Red+Green+Blue) = 147+88+15=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #93580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93580F is #6CA7F0. Grayscale: #616161. Windows color (decimal): -7120881 or 1005715. OLE color: 1005715.

HSL color Cylindrical-coordinate representation of color #93580F: hue angle of 33.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 #93580F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 15 -
CMYK 0 0.40 0.90 0.42
HSL 33.18º 0.81% 0.32% -
HSV(B) 33.18º 0.9% 0.58% -
XYZ 15.61 13.22 2.18 -
YUV 97.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 147 88 15 0 0.40 0.90 0.42 33.18 0.81 0.32
Hex 93 58 F 0 28 5A 2A 21 51 20
Octal 223 130 17 0 50 132 52 41 121 40
Binary 10010011 1011000 1111 0 101000 1011010 101010 100001 1010001 100000

Color Harmonies of #93580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93580F

Black with #93580F

Text Example


Text Example

White with #93580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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