Html Css Color HEX #5D433A Very Dark Brown

📋 copy color: '#5D433A'

red 93 ◦ green 67 ◦ blue 58

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

Shades of Very Dark Brown #5D433A

Tints of Very Dark Brown #5D433A

RGB

 RED value IS 93 (36.72% from 255) = 42.66%

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 42.66%
G = 30.73%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D433A (or 0x5D433A) is known color: Very Dark Brown. HEX triplet: 5D, 43 and 3A. RGB value is (93,67,58). Sum of RGB (Red+Green+Blue) = 93+67+58=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D433A is #A2BCC5. Grayscale: #494949. Windows color (decimal): -10665158 or 3818333. OLE color: 3818333.

HSL color Cylindrical-coordinate representation of color #5D433A: hue angle of 15.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D433A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 67 58 -
CMYK 0 0.28 0.38 0.64
HSL 15.43º 0.23% 0.3% -
HSV(B) 15.43º 0.38% 0.36% -
XYZ 7.29 6.65 4.9 -
YUV 73.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 93 67 58 0 0.28 0.38 0.64 15.43 0.23 0.3
Hex 5D 43 3A 0 1C 26 40 F 17 1E
Octal 135 103 72 0 34 46 100 17 27 36
Binary 1011101 1000011 111010 0 11100 100110 1000000 1111 10111 11110

Color Harmonies of #5D433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D433A

Black with #5D433A

Text Example


Text Example

White with #5D433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,67,58); }

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

background-color css

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

 a { background-color: rgb(93,67,58); }

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

border-color css

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

 span { border-color: rgb(93,67,58); }

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