Html Css Color HEX #93620D Golden Brown

📋 copy color: '#93620D'

red 147 ◦ green 98 ◦ blue 13

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

Shades of Golden Brown #93620D

Tints of Golden Brown #93620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 56.98%
G = 37.98%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93620D (or 0x93620D) is known color: Golden Brown. HEX triplet: 93, 62 and 0D. RGB value is (147,98,13). Sum of RGB (Red+Green+Blue) = 147+98+13=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93620D is #6C9DF2. Grayscale: #676767. Windows color (decimal): -7118323 or 877203. OLE color: 877203.

HSL color Cylindrical-coordinate representation of color #93620D: hue angle of 38.06º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93620D is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 98 13 -
CMYK 0 0.33 0.91 0.42
HSL 38.06º 0.84% 0.31% -
HSV(B) 38.06º 0.91% 0.58% -
XYZ 16.47 14.97 2.4 -
YUV 102.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 147 98 13 0 0.33 0.91 0.42 38.06 0.84 0.31
Hex 93 62 D 0 21 5B 2A 26 54 1F
Octal 223 142 15 0 41 133 52 46 124 37
Binary 10010011 1100010 1101 0 100001 1011011 101010 100110 1010100 11111

Color Harmonies of #93620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93620D

Black with #93620D

Text Example


Text Example

White with #93620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93620D; }

 p { color: rgb(147,98,13); }

 H1.HeaderClassName
 {
   color: #93620D;
 }
 .AnyTagClassName
 {
   color: #93620D;
 }
</style>

background-color css

<style>
 a { background-color: #93620D; }

 a { background-color: rgb(147,98,13); }

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

border-color css

<style>
 span { border-color: #93620D; }

 span { border-color: rgb(147,98,13); }

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