Html Css Color HEX #553719 Brown Bramble

📋 copy color: '#553719'

red 85 ◦ green 55 ◦ blue 25

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

Shades of Brown Bramble #553719

Tints of Brown Bramble #553719

RGB

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

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

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

R = 51.52%
G = 33.33%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#553719 (or 0x553719) is known color: Brown Bramble. HEX triplet: 55, 37 and 19. RGB value is (85,55,25). Sum of RGB (Red+Green+Blue) = 85+55+25=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553719 is #AAC8E6. Grayscale: #3C3C3C. Windows color (decimal): -11192551 or 1652565. OLE color: 1652565.

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

Color convert

RGB 85 55 25 -
CMYK 0 0.35 0.71 0.67
HSL 30º 0.55% 0.22% -
HSV(B) 30º 0.71% 0.33% -
XYZ 5.29 4.73 1.55 -
YUV 60.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 85 55 25 0 0.35 0.71 0.67 30 0.55 0.22
Hex 55 37 19 0 23 47 43 1E 37 16
Octal 125 67 31 0 43 107 103 36 67 26
Binary 1010101 110111 11001 0 100011 1000111 1000011 11110 110111 10110

Color Harmonies of #553719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553719

Black with #553719

Text Example


Text Example

White with #553719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553719; }

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

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

background-color css

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

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

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

border-color css

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

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

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