Html Css Color HEX #553319 Brown Bramble

📋 copy color: '#553319'

red 85 ◦ green 51 ◦ blue 25

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

Shades of Brown Bramble #553319

Tints of Brown Bramble #553319

RGB

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

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

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

R = 52.8%
G = 31.68%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#553319 (or 0x553319) is known color: Brown Bramble. HEX triplet: 55, 33 and 19. RGB value is (85,51,25). Sum of RGB (Red+Green+Blue) = 85+51+25=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553319 is #AACCE6. Grayscale: #3A3A3A. Windows color (decimal): -11193575 or 1651541. OLE color: 1651541.

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

Color convert

RGB 85 51 25 -
CMYK 0 0.40 0.71 0.67
HSL 26º 0.55% 0.22% -
HSV(B) 26º 0.71% 0.33% -
XYZ 5.11 4.37 1.49 -
YUV 58.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 85 51 25 0 0.40 0.71 0.67 26 0.55 0.22
Hex 55 33 19 0 28 47 43 1A 37 16
Octal 125 63 31 0 50 107 103 32 67 26
Binary 1010101 110011 11001 0 101000 1000111 1000011 11010 110111 10110

Color Harmonies of #553319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553319

Black with #553319

Text Example


Text Example

White with #553319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553319; }

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

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

background-color css

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

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

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

border-color css

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

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

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