Html Css Color HEX #553D2F Very Dark Brown

📋 copy color: '#553D2F'

red 85 ◦ green 61 ◦ blue 47

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

Shades of Very Dark Brown #553D2F

Tints of Very Dark Brown #553D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 44.04%
G = 31.61%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#553D2F (or 0x553D2F) is known color: Very Dark Brown. HEX triplet: 55, 3D and 2F. RGB value is (85,61,47). Sum of RGB (Red+Green+Blue) = 85+61+47=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D2F is #AAC2D0. Grayscale: #424242. Windows color (decimal): -11190993 or 3095893. OLE color: 3095893.

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

Color convert

RGB 85 61 47 -
CMYK 0 0.28 0.45 0.67
HSL 22.11º 0.29% 0.26% -
HSV(B) 22.11º 0.45% 0.33% -
XYZ 5.93 5.47 3.43 -
YUV 66.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 85 61 47 0 0.28 0.45 0.67 22.11 0.29 0.26
Hex 55 3D 2F 0 1C 2D 43 16 1D 1A
Octal 125 75 57 0 34 55 103 26 35 32
Binary 1010101 111101 101111 0 11100 101101 1000011 10110 11101 11010

Color Harmonies of #553D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D2F

Black with #553D2F

Text Example


Text Example

White with #553D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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