Html Css Color HEX #55423B Very Dark Brown

📋 copy color: '#55423B'

red 85 ◦ green 66 ◦ blue 59

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

Shades of Very Dark Brown #55423B

Tints of Very Dark Brown #55423B

RGB

 RED value IS 85 (33.59% from 255) = 40.48%

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 40.48%
G = 31.43%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55423B (or 0x55423B) is known color: Very Dark Brown. HEX triplet: 55, 42 and 3B. RGB value is (85,66,59). Sum of RGB (Red+Green+Blue) = 85+66+59=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423B is #AABDC4. Grayscale: #464646. Windows color (decimal): -11189701 or 3883605. OLE color: 3883605.

HSL color Cylindrical-coordinate representation of color #55423B: hue angle of 16.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55423B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 59 -
CMYK 0 0.22 0.31 0.67
HSL 16.15º 0.18% 0.28% -
HSV(B) 16.15º 0.31% 0.33% -
XYZ 6.48 6.14 4.98 -
YUV 70.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 85 66 59 0 0.22 0.31 0.67 16.15 0.18 0.28
Hex 55 42 3B 0 16 1F 43 10 12 1C
Octal 125 102 73 0 26 37 103 20 22 34
Binary 1010101 1000010 111011 0 10110 11111 1000011 10000 10010 11100

Color Harmonies of #55423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55423B

Black with #55423B

Text Example


Text Example

White with #55423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55423B; }

 p { color: rgb(85,66,59); }

 H1.HeaderClassName
 {
   color: #55423B;
 }
 .AnyTagClassName
 {
   color: #55423B;
 }
</style>

background-color css

<style>
 a { background-color: #55423B; }

 a { background-color: rgb(85,66,59); }

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

border-color css

<style>
 span { border-color: #55423B; }

 span { border-color: rgb(85,66,59); }

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