Html Css Color HEX #553320 Brown Bramble

📋 copy color: '#553320'

red 85 ◦ green 51 ◦ blue 32

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

Shades of Brown Bramble #553320

Tints of Brown Bramble #553320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

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

R = 50.6%
G = 30.36%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#553320 (or 0x553320) is known color: Brown Bramble. HEX triplet: 55, 33 and 20. RGB value is (85,51,32). Sum of RGB (Red+Green+Blue) = 85+51+32=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #553320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553320 is #AACCDF. Grayscale: #3B3B3B. Windows color (decimal): -11193568 or 2110293. OLE color: 2110293.

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

Color convert

RGB 85 51 32 -
CMYK 0 0.40 0.62 0.67
HSL 21.51º 0.45% 0.23% -
HSV(B) 21.51º 0.62% 0.33% -
XYZ 5.19 4.4 1.94 -
YUV 59 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 85 51 32 0 0.40 0.62 0.67 21.51 0.45 0.23
Hex 55 33 20 0 28 3E 43 16 2D 17
Octal 125 63 40 0 50 76 103 26 55 27
Binary 1010101 110011 100000 0 101000 111110 1000011 10110 101101 10111

Color Harmonies of #553320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553320

Black with #553320

Text Example


Text Example

White with #553320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553320; }

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

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

background-color css

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

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

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

border-color css

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

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

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