Html Css Color HEX #5A453E Very Dark Brown

📋 copy color: '#5A453E'

red 90 ◦ green 69 ◦ blue 62

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

Shades of Very Dark Brown #5A453E

Tints of Very Dark Brown #5A453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 40.72%
G = 31.22%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A453E (or 0x5A453E) is known color: Very Dark Brown. HEX triplet: 5A, 45 and 3E. RGB value is (90,69,62). Sum of RGB (Red+Green+Blue) = 90+69+62=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A453E is #A5BAC1. Grayscale: #4A4A4A. Windows color (decimal): -10861250 or 4080986. OLE color: 4080986.

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

Color convert

RGB 90 69 62 -
CMYK 0 0.23 0.31 0.65
HSL 15º 0.18% 0.3% -
HSV(B) 15º 0.31% 0.35% -
XYZ 7.21 6.78 5.49 -
YUV 74.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 90 69 62 0 0.23 0.31 0.65 15 0.18 0.3
Hex 5A 45 3E 0 17 1F 41 F 12 1E
Octal 132 105 76 0 27 37 101 17 22 36
Binary 1011010 1000101 111110 0 10111 11111 1000001 1111 10010 11110

Color Harmonies of #5A453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A453E

Black with #5A453E

Text Example


Text Example

White with #5A453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,69,62); }

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

background-color css

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

 a { background-color: rgb(90,69,62); }

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

border-color css

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

 span { border-color: rgb(90,69,62); }

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