Html Css Color HEX #553D34 Very Dark Brown

📋 copy color: '#553D34'

red 85 ◦ green 61 ◦ blue 52

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

Shades of Very Dark Brown #553D34

Tints of Very Dark Brown #553D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.26%

R = 42.93%
G = 30.81%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#553D34 (or 0x553D34) is known color: Very Dark Brown. HEX triplet: 55, 3D and 34. RGB value is (85,61,52). Sum of RGB (Red+Green+Blue) = 85+61+52=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D34 is #AAC2CB. Grayscale: #434343. Windows color (decimal): -11190988 or 3423573. OLE color: 3423573.

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

Color convert

RGB 85 61 52 -
CMYK 0 0.28 0.39 0.67
HSL 16.36º 0.24% 0.27% -
HSV(B) 16.36º 0.39% 0.33% -
XYZ 6.03 5.52 4 -
YUV 67.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 85 61 52 0 0.28 0.39 0.67 16.36 0.24 0.27
Hex 55 3D 34 0 1C 27 43 10 18 1B
Octal 125 75 64 0 34 47 103 20 30 33
Binary 1010101 111101 110100 0 11100 100111 1000011 10000 11000 11011

Color Harmonies of #553D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D34

Black with #553D34

Text Example


Text Example

White with #553D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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