Html Css Color HEX #5A433D Very Dark Brown

📋 copy color: '#5A433D'

red 90 ◦ green 67 ◦ blue 61

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

Shades of Very Dark Brown #5A433D

Tints of Very Dark Brown #5A433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 61 (24.22% from 255) = 27.98%

R = 41.28%
G = 30.73%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A433D (or 0x5A433D) is known color: Very Dark Brown. HEX triplet: 5A, 43 and 3D. RGB value is (90,67,61). Sum of RGB (Red+Green+Blue) = 90+67+61=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A433D is #A5BCC2. Grayscale: #494949. Windows color (decimal): -10861763 or 4014938. OLE color: 4014938.

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

Color convert

RGB 90 67 61 -
CMYK 0 0.26 0.32 0.65
HSL 12.41º 0.19% 0.3% -
HSV(B) 12.41º 0.32% 0.35% -
XYZ 7.07 6.52 5.3 -
YUV 73.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 90 67 61 0 0.26 0.32 0.65 12.41 0.19 0.3
Hex 5A 43 3D 0 1A 20 41 C 13 1E
Octal 132 103 75 0 32 40 101 14 23 36
Binary 1011010 1000011 111101 0 11010 100000 1000001 1100 10011 11110

Color Harmonies of #5A433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A433D

Black with #5A433D

Text Example


Text Example

White with #5A433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,61); }

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

background-color css

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

 a { background-color: rgb(90,67,61); }

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

border-color css

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

 span { border-color: rgb(90,67,61); }

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