Html Css Color HEX #55433D Very Dark Brown

📋 copy color: '#55433D'

red 85 ◦ green 67 ◦ blue 61

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

Shades of Very Dark Brown #55433D

Tints of Very Dark Brown #55433D

RGB

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

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

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

R = 39.91%
G = 31.46%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55433D (or 0x55433D) is known color: Very Dark Brown. HEX triplet: 55, 43 and 3D. RGB value is (85,67,61). Sum of RGB (Red+Green+Blue) = 85+67+61=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55433D is #AABCC2. Grayscale: #474747. Windows color (decimal): -11189443 or 4014933. OLE color: 4014933.

HSL color Cylindrical-coordinate representation of color #55433D: hue angle of 15º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55433D is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 61 -
CMYK 0 0.21 0.28 0.67
HSL 15º 0.16% 0.29% -
HSV(B) 15º 0.28% 0.33% -
XYZ 6.6 6.28 5.28 -
YUV 71.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 85 67 61 0 0.21 0.28 0.67 15 0.16 0.29
Hex 55 43 3D 0 15 1C 43 F 10 1D
Octal 125 103 75 0 25 34 103 17 20 35
Binary 1010101 1000011 111101 0 10101 11100 1000011 1111 10000 11101

Color Harmonies of #55433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55433D

Black with #55433D

Text Example


Text Example

White with #55433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55433D; }

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

 H1.HeaderClassName
 {
   color: #55433D;
 }
 .AnyTagClassName
 {
   color: #55433D;
 }
</style>

background-color css

<style>
 a { background-color: #55433D; }

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

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

border-color css

<style>
 span { border-color: #55433D; }

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

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