Html Css Color HEX #5A3F1C Dark Brown

📋 copy color: '#5A3F1C'

red 90 ◦ green 63 ◦ blue 28

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

Shades of Dark Brown #5A3F1C

Tints of Dark Brown #5A3F1C

RGB

 RED value IS 90 (35.55% from 255) = 49.72%

 GREEN value IS 63 (25% from 255) = 34.81%

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

R = 49.72%
G = 34.81%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A3F1C (or 0x5A3F1C) is known color: Dark Brown. HEX triplet: 5A, 3F and 1C. RGB value is (90,63,28). Sum of RGB (Red+Green+Blue) = 90+63+28=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F1C is #A5C0E3. Grayscale: #434343. Windows color (decimal): -10862820 or 1851226. OLE color: 1851226.

HSL color Cylindrical-coordinate representation of color #5A3F1C: hue angle of 33.87º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A3F1C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 63 28 -
CMYK 0 0.30 0.69 0.65
HSL 33.87º 0.53% 0.23% -
HSV(B) 33.87º 0.69% 0.35% -
XYZ 6.2 5.81 1.89 -
YUV 67.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 90 63 28 0 0.30 0.69 0.65 33.87 0.53 0.23
Hex 5A 3F 1C 0 1E 45 41 22 35 17
Octal 132 77 34 0 36 105 101 42 65 27
Binary 1011010 111111 11100 0 11110 1000101 1000001 100010 110101 10111

Color Harmonies of #5A3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F1C

Black with #5A3F1C

Text Example


Text Example

White with #5A3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3F1C; }

 p { color: rgb(90,63,28); }

 H1.HeaderClassName
 {
   color: #5A3F1C;
 }
 .AnyTagClassName
 {
   color: #5A3F1C;
 }
</style>

background-color css

<style>
 a { background-color: #5A3F1C; }

 a { background-color: rgb(90,63,28); }

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

border-color css

<style>
 span { border-color: #5A3F1C; }

 span { border-color: rgb(90,63,28); }

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