Html Css Color HEX #553619 Brown Bramble

📋 copy color: '#553619'

red 85 ◦ green 54 ◦ blue 25

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

Shades of Brown Bramble #553619

Tints of Brown Bramble #553619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 51.83%
G = 32.93%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#553619 (or 0x553619) is known color: Brown Bramble. HEX triplet: 55, 36 and 19. RGB value is (85,54,25). Sum of RGB (Red+Green+Blue) = 85+54+25=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #553619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553619 is #AAC9E6. Grayscale: #3C3C3C. Windows color (decimal): -11192807 or 1652309. OLE color: 1652309.

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

Color convert

RGB 85 54 25 -
CMYK 0 0.36 0.71 0.67
HSL 29º 0.55% 0.22% -
HSV(B) 29º 0.71% 0.33% -
XYZ 5.24 4.64 1.54 -
YUV 59.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 85 54 25 0 0.36 0.71 0.67 29 0.55 0.22
Hex 55 36 19 0 24 47 43 1D 37 16
Octal 125 66 31 0 44 107 103 35 67 26
Binary 1010101 110110 11001 0 100100 1000111 1000011 11101 110111 10110

Color Harmonies of #553619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553619

Black with #553619

Text Example


Text Example

White with #553619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553619; }

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

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

background-color css

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

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

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

border-color css

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

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

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