Html Css Color HEX #5A400F Dark Brown

📋 copy color: '#5A400F'

red 90 ◦ green 64 ◦ blue 15

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

Shades of Dark Brown #5A400F

Tints of Dark Brown #5A400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 53.25%
G = 37.87%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A400F (or 0x5A400F) is known color: Dark Brown. HEX triplet: 5A, 40 and 0F. RGB value is (90,64,15). Sum of RGB (Red+Green+Blue) = 90+64+15=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A400F is #A5BFF0. Grayscale: #424242. Windows color (decimal): -10862577 or 999514. OLE color: 999514.

HSL color Cylindrical-coordinate representation of color #5A400F: hue angle of 39.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A400F is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 64 15 -
CMYK 0 0.29 0.83 0.65
HSL 39.2º 0.71% 0.21% -
HSV(B) 39.2º 0.83% 0.35% -
XYZ 6.14 5.87 1.26 -
YUV 66.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 90 64 15 0 0.29 0.83 0.65 39.2 0.71 0.21
Hex 5A 40 F 0 1D 53 41 27 47 15
Octal 132 100 17 0 35 123 101 47 107 25
Binary 1011010 1000000 1111 0 11101 1010011 1000001 100111 1000111 10101

Color Harmonies of #5A400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A400F

Black with #5A400F

Text Example


Text Example

White with #5A400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,64,15); }

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

background-color css

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

 a { background-color: rgb(90,64,15); }

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

border-color css

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

 span { border-color: rgb(90,64,15); }

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