Html Css Color HEX #93580C Golden Brown

📋 copy color: '#93580C'

red 147 ◦ green 88 ◦ blue 12

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

Shades of Golden Brown #93580C

Tints of Golden Brown #93580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 59.51%
G = 35.63%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93580C (or 0x93580C) is known color: Golden Brown. HEX triplet: 93, 58 and 0C. RGB value is (147,88,12). Sum of RGB (Red+Green+Blue) = 147+88+12=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93580C is #6CA7F3. Grayscale: #616161. Windows color (decimal): -7120884 or 809107. OLE color: 809107.

HSL color Cylindrical-coordinate representation of color #93580C: hue angle of 33.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93580C is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 12 -
CMYK 0 0.40 0.92 0.42
HSL 33.78º 0.85% 0.31% -
HSV(B) 33.78º 0.92% 0.58% -
XYZ 15.59 13.21 2.08 -
YUV 96.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 147 88 12 0 0.40 0.92 0.42 33.78 0.85 0.31
Hex 93 58 C 0 28 5C 2A 22 55 1F
Octal 223 130 14 0 50 134 52 42 125 37
Binary 10010011 1011000 1100 0 101000 1011100 101010 100010 1010101 11111

Color Harmonies of #93580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93580C

Black with #93580C

Text Example


Text Example

White with #93580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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