Html Css Color HEX #5A423C Very Dark Brown

📋 copy color: '#5A423C'

red 90 ◦ green 66 ◦ blue 60

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

Shades of Very Dark Brown #5A423C

Tints of Very Dark Brown #5A423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 41.67%
G = 30.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A423C (or 0x5A423C) is known color: Very Dark Brown. HEX triplet: 5A, 42 and 3C. RGB value is (90,66,60). Sum of RGB (Red+Green+Blue) = 90+66+60=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A423C is #A5BDC3. Grayscale: #484848. Windows color (decimal): -10862020 or 3949146. OLE color: 3949146.

HSL color Cylindrical-coordinate representation of color #5A423C: hue angle of 12º 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 #5A423C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 66 60 -
CMYK 0 0.27 0.33 0.65
HSL 12º 0.2% 0.29% -
HSV(B) 12º 0.33% 0.35% -
XYZ 6.98 6.4 5.14 -
YUV 72.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 90 66 60 0 0.27 0.33 0.65 12 0.2 0.29
Hex 5A 42 3C 0 1B 21 41 C 14 1D
Octal 132 102 74 0 33 41 101 14 24 35
Binary 1011010 1000010 111100 0 11011 100001 1000001 1100 10100 11101

Color Harmonies of #5A423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A423C

Black with #5A423C

Text Example


Text Example

White with #5A423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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