Html Css Color HEX #5A402F Very Dark Brown

📋 copy color: '#5A402F'

red 90 ◦ green 64 ◦ blue 47

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

Shades of Very Dark Brown #5A402F

Tints of Very Dark Brown #5A402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 44.78%
G = 31.84%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A402F (or 0x5A402F) is known color: Very Dark Brown. HEX triplet: 5A, 40 and 2F. RGB value is (90,64,47). Sum of RGB (Red+Green+Blue) = 90+64+47=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A402F is #A5BFD0. Grayscale: #454545. Windows color (decimal): -10862545 or 3096666. OLE color: 3096666.

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

Color convert

RGB 90 64 47 -
CMYK 0 0.29 0.48 0.65
HSL 23.72º 0.31% 0.27% -
HSV(B) 23.72º 0.48% 0.35% -
XYZ 6.56 6.05 3.51 -
YUV 69.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 90 64 47 0 0.29 0.48 0.65 23.72 0.31 0.27
Hex 5A 40 2F 0 1D 30 41 18 1F 1B
Octal 132 100 57 0 35 60 101 30 37 33
Binary 1011010 1000000 101111 0 11101 110000 1000001 11000 11111 11011

Color Harmonies of #5A402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A402F

Black with #5A402F

Text Example


Text Example

White with #5A402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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