Html Css Color HEX #553720 Brown Bramble

📋 copy color: '#553720'

red 85 ◦ green 55 ◦ blue 32

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

Shades of Brown Bramble #553720

Tints of Brown Bramble #553720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 49.42%
G = 31.98%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#553720 (or 0x553720) is known color: Brown Bramble. HEX triplet: 55, 37 and 20. RGB value is (85,55,32). Sum of RGB (Red+Green+Blue) = 85+55+32=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553720 is #AAC8DF. Grayscale: #3D3D3D. Windows color (decimal): -11192544 or 2111317. OLE color: 2111317.

HSL color Cylindrical-coordinate representation of color #553720: hue angle of 26.04º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553720 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 32 -
CMYK 0 0.35 0.62 0.67
HSL 26.04º 0.45% 0.23% -
HSV(B) 26.04º 0.62% 0.33% -
XYZ 5.37 4.77 2 -
YUV 61.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 85 55 32 0 0.35 0.62 0.67 26.04 0.45 0.23
Hex 55 37 20 0 23 3E 43 1A 2D 17
Octal 125 67 40 0 43 76 103 32 55 27
Binary 1010101 110111 100000 0 100011 111110 1000011 11010 101101 10111

Color Harmonies of #553720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553720

Black with #553720

Text Example


Text Example

White with #553720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553720; }

 p { color: rgb(85,55,32); }

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

background-color css

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

 a { background-color: rgb(85,55,32); }

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

border-color css

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

 span { border-color: rgb(85,55,32); }

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