Html Css Color HEX #553519 Brown Bramble

📋 copy color: '#553519'

red 85 ◦ green 53 ◦ blue 25

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

Shades of Brown Bramble #553519

Tints of Brown Bramble #553519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 52.15%
G = 32.52%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#553519 (or 0x553519) is known color: Brown Bramble. HEX triplet: 55, 35 and 19. RGB value is (85,53,25). Sum of RGB (Red+Green+Blue) = 85+53+25=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553519 is #AACAE6. Grayscale: #3B3B3B. Windows color (decimal): -11193063 or 1652053. OLE color: 1652053.

HSL color Cylindrical-coordinate representation of color #553519: hue angle of 28º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553519 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 25 -
CMYK 0 0.38 0.71 0.67
HSL 28º 0.55% 0.22% -
HSV(B) 28º 0.71% 0.33% -
XYZ 5.19 4.55 1.52 -
YUV 59.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 85 53 25 0 0.38 0.71 0.67 28 0.55 0.22
Hex 55 35 19 0 26 47 43 1C 37 16
Octal 125 65 31 0 46 107 103 34 67 26
Binary 1010101 110101 11001 0 100110 1000111 1000011 11100 110111 10110

Color Harmonies of #553519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553519

Black with #553519

Text Example


Text Example

White with #553519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553519; }

 p { color: rgb(85,53,25); }

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

background-color css

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

 a { background-color: rgb(85,53,25); }

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

border-color css

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

 span { border-color: rgb(85,53,25); }

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