Html Css Color HEX #93641C Golden Brown

📋 copy color: '#93641C'

red 147 ◦ green 100 ◦ blue 28

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

Shades of Golden Brown #93641C

Tints of Golden Brown #93641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 53.45%
G = 36.36%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93641C (or 0x93641C) is known color: Golden Brown. HEX triplet: 93, 64 and 1C. RGB value is (147,100,28). Sum of RGB (Red+Green+Blue) = 147+100+28=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93641C is #6C9BE3. Grayscale: #6A6A6A. Windows color (decimal): -7117796 or 1860755. OLE color: 1860755.

HSL color Cylindrical-coordinate representation of color #93641C: hue angle of 36.3º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93641C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 100 28 -
CMYK 0 0.32 0.81 0.42
HSL 36.3º 0.68% 0.34% -
HSV(B) 36.3º 0.81% 0.58% -
XYZ 16.8 15.4 3.19 -
YUV 105.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 147 100 28 0 0.32 0.81 0.42 36.3 0.68 0.34
Hex 93 64 1C 0 20 51 2A 24 44 22
Octal 223 144 34 0 40 121 52 44 104 42
Binary 10010011 1100100 11100 0 100000 1010001 101010 100100 1000100 100010

Color Harmonies of #93641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93641C

Black with #93641C

Text Example


Text Example

White with #93641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,100,28); }

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

background-color css

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

 a { background-color: rgb(147,100,28); }

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

border-color css

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

 span { border-color: rgb(147,100,28); }

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