Html Css Color HEX #553920 Brown Bramble

📋 copy color: '#553920'

red 85 ◦ green 57 ◦ blue 32

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

Shades of Brown Bramble #553920

Tints of Brown Bramble #553920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

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

R = 48.85%
G = 32.76%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#553920 (or 0x553920) is known color: Brown Bramble. HEX triplet: 55, 39 and 20. RGB value is (85,57,32). Sum of RGB (Red+Green+Blue) = 85+57+32=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553920 is #AAC6DF. Grayscale: #3E3E3E. Windows color (decimal): -11192032 or 2111829. OLE color: 2111829.

HSL color Cylindrical-coordinate representation of color #553920: hue angle of 28.3º 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 #553920 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 32 -
CMYK 0 0.33 0.62 0.67
HSL 28.3º 0.45% 0.23% -
HSV(B) 28.3º 0.62% 0.33% -
XYZ 5.47 4.96 2.04 -
YUV 62.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 85 57 32 0 0.33 0.62 0.67 28.3 0.45 0.23
Hex 55 39 20 0 21 3E 43 1C 2D 17
Octal 125 71 40 0 41 76 103 34 55 27
Binary 1010101 111001 100000 0 100001 111110 1000011 11100 101101 10111

Color Harmonies of #553920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553920

Black with #553920

Text Example


Text Example

White with #553920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553920; }

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

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

background-color css

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

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

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

border-color css

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

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

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