Html Css Color HEX #5B423C Very Dark Brown

📋 copy color: '#5B423C'

red 91 ◦ green 66 ◦ blue 60

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

Shades of Very Dark Brown #5B423C

Tints of Very Dark Brown #5B423C

RGB

 RED value IS 91 (35.94% from 255) = 41.94%

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

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

R = 41.94%
G = 30.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5B423C (or 0x5B423C) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 3C. RGB value is (91,66,60). Sum of RGB (Red+Green+Blue) = 91+66+60=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B423C is #A4BDC3. Grayscale: #484848. Windows color (decimal): -10796484 or 3949147. OLE color: 3949147.

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

Color convert

RGB 91 66 60 -
CMYK 0 0.27 0.34 0.64
HSL 11.61º 0.21% 0.3% -
HSV(B) 11.61º 0.34% 0.36% -
XYZ 7.08 6.45 5.15 -
YUV 72.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 91 66 60 0 0.27 0.34 0.64 11.61 0.21 0.3
Hex 5B 42 3C 0 1B 22 40 C 15 1E
Octal 133 102 74 0 33 42 100 14 25 36
Binary 1011011 1000010 111100 0 11011 100010 1000000 1100 10101 11110

Color Harmonies of #5B423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B423C

Black with #5B423C

Text Example


Text Example

White with #5B423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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