Html Css Color HEX #5A410C Dark Brown

📋 copy color: '#5A410C'

red 90 ◦ green 65 ◦ blue 12

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

Shades of Dark Brown #5A410C

Tints of Dark Brown #5A410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

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

R = 53.89%
G = 38.92%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A410C (or 0x5A410C) is known color: Dark Brown. HEX triplet: 5A, 41 and 0C. RGB value is (90,65,12). Sum of RGB (Red+Green+Blue) = 90+65+12=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A410C is #A5BEF3. Grayscale: #424242. Windows color (decimal): -10862324 or 803162. OLE color: 803162.

HSL color Cylindrical-coordinate representation of color #5A410C: hue angle of 40.77º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A410C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 65 12 -
CMYK 0 0.28 0.87 0.65
HSL 40.77º 0.76% 0.2% -
HSV(B) 40.77º 0.87% 0.35% -
XYZ 6.17 5.98 1.18 -
YUV 66.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 90 65 12 0 0.28 0.87 0.65 40.77 0.76 0.2
Hex 5A 41 C 0 1C 57 41 29 4C 14
Octal 132 101 14 0 34 127 101 51 114 24
Binary 1011010 1000001 1100 0 11100 1010111 1000001 101001 1001100 10100

Color Harmonies of #5A410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A410C

Black with #5A410C

Text Example


Text Example

White with #5A410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,12); }

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

background-color css

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

 a { background-color: rgb(90,65,12); }

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

border-color css

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

 span { border-color: rgb(90,65,12); }

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