Html Css Color HEX #5A453C Very Dark Brown

📋 copy color: '#5A453C'

red 90 ◦ green 69 ◦ blue 60

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

Shades of Very Dark Brown #5A453C

Tints of Very Dark Brown #5A453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 41.1%
G = 31.51%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A453C (or 0x5A453C) is known color: Very Dark Brown. HEX triplet: 5A, 45 and 3C. RGB value is (90,69,60). Sum of RGB (Red+Green+Blue) = 90+69+60=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A453C is #A5BAC3. Grayscale: #4A4A4A. Windows color (decimal): -10861252 or 3949914. OLE color: 3949914.

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

Color convert

RGB 90 69 60 -
CMYK 0 0.23 0.33 0.65
HSL 18º 0.2% 0.29% -
HSV(B) 18º 0.33% 0.35% -
XYZ 7.16 6.76 5.2 -
YUV 74.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 90 69 60 0 0.23 0.33 0.65 18 0.2 0.29
Hex 5A 45 3C 0 17 21 41 12 14 1D
Octal 132 105 74 0 27 41 101 22 24 35
Binary 1011010 1000101 111100 0 10111 100001 1000001 10010 10100 11101

Color Harmonies of #5A453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A453C

Black with #5A453C

Text Example


Text Example

White with #5A453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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