Html Css Color HEX #553C2E Very Dark Brown

📋 copy color: '#553C2E'

red 85 ◦ green 60 ◦ blue 46

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

Shades of Very Dark Brown #553C2E

Tints of Very Dark Brown #553C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 46 (18.36% from 255) = 24.08%

R = 44.5%
G = 31.41%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#553C2E (or 0x553C2E) is known color: Very Dark Brown. HEX triplet: 55, 3C and 2E. RGB value is (85,60,46). Sum of RGB (Red+Green+Blue) = 85+60+46=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C2E is #AAC3D1. Grayscale: #414141. Windows color (decimal): -11191250 or 3030101. OLE color: 3030101.

HSL color Cylindrical-coordinate representation of color #553C2E: hue angle of 21.54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553C2E is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 46 -
CMYK 0 0.29 0.46 0.67
HSL 21.54º 0.3% 0.26% -
HSV(B) 21.54º 0.46% 0.33% -
XYZ 5.86 5.36 3.31 -
YUV 65.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 85 60 46 0 0.29 0.46 0.67 21.54 0.3 0.26
Hex 55 3C 2E 0 1D 2E 43 16 1E 1A
Octal 125 74 56 0 35 56 103 26 36 32
Binary 1010101 111100 101110 0 11101 101110 1000011 10110 11110 11010

Color Harmonies of #553C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C2E

Black with #553C2E

Text Example


Text Example

White with #553C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,60,46); }

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

background-color css

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

 a { background-color: rgb(85,60,46); }

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

border-color css

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

 span { border-color: rgb(85,60,46); }

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