Html Css Color HEX #553D33 Very Dark Brown

📋 copy color: '#553D33'

red 85 ◦ green 61 ◦ blue 51

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

Shades of Very Dark Brown #553D33

Tints of Very Dark Brown #553D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 43.15%
G = 30.96%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#553D33 (or 0x553D33) is known color: Very Dark Brown. HEX triplet: 55, 3D and 33. RGB value is (85,61,51). Sum of RGB (Red+Green+Blue) = 85+61+51=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D33 is #AAC2CC. Grayscale: #434343. Windows color (decimal): -11190989 or 3358037. OLE color: 3358037.

HSL color Cylindrical-coordinate representation of color #553D33: hue angle of 17.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553D33 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 51 -
CMYK 0 0.28 0.40 0.67
HSL 17.65º 0.25% 0.27% -
HSV(B) 17.65º 0.4% 0.33% -
XYZ 6.01 5.51 3.88 -
YUV 67.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 85 61 51 0 0.28 0.40 0.67 17.65 0.25 0.27
Hex 55 3D 33 0 1C 28 43 12 19 1B
Octal 125 75 63 0 34 50 103 22 31 33
Binary 1010101 111101 110011 0 11100 101000 1000011 10010 11001 11011

Color Harmonies of #553D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D33

Black with #553D33

Text Example


Text Example

White with #553D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D33; }

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

 H1.HeaderClassName
 {
   color: #553D33;
 }
 .AnyTagClassName
 {
   color: #553D33;
 }
</style>

background-color css

<style>
 a { background-color: #553D33; }

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

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

border-color css

<style>
 span { border-color: #553D33; }

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

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