Html Css Color HEX #93580B Golden Brown

📋 copy color: '#93580B'

red 147 ◦ green 88 ◦ blue 11

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

Shades of Golden Brown #93580B

Tints of Golden Brown #93580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 59.76%
G = 35.77%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93580B (or 0x93580B) is known color: Golden Brown. HEX triplet: 93, 58 and 0B. RGB value is (147,88,11). Sum of RGB (Red+Green+Blue) = 147+88+11=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93580B is #6CA7F4. Grayscale: #616161. Windows color (decimal): -7120885 or 743571. OLE color: 743571.

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

Color convert

RGB 147 88 11 -
CMYK 0 0.40 0.93 0.42
HSL 33.97º 0.86% 0.31% -
HSV(B) 33.97º 0.93% 0.58% -
XYZ 15.58 13.21 2.04 -
YUV 96.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 147 88 11 0 0.40 0.93 0.42 33.97 0.86 0.31
Hex 93 58 B 0 28 5D 2A 22 56 1F
Octal 223 130 13 0 50 135 52 42 126 37
Binary 10010011 1011000 1011 0 101000 1011101 101010 100010 1010110 11111

Color Harmonies of #93580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93580B

Black with #93580B

Text Example


Text Example

White with #93580B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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