Html Css Color HEX #552E19 Brown Bramble

📋 copy color: '#552E19'

red 85 ◦ green 46 ◦ blue 25

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

Shades of Brown Bramble #552E19

Tints of Brown Bramble #552E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.49%

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

R = 54.49%
G = 29.49%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#552E19 (or 0x552E19) is known color: Brown Bramble. HEX triplet: 55, 2E and 19. RGB value is (85,46,25). Sum of RGB (Red+Green+Blue) = 85+46+25=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E19 is #AAD1E6. Grayscale: #373737. Windows color (decimal): -11194855 or 1650261. OLE color: 1650261.

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

Color convert

RGB 85 46 25 -
CMYK 0 0.46 0.71 0.67
HSL 21º 0.55% 0.22% -
HSV(B) 21º 0.71% 0.33% -
XYZ 4.9 3.96 1.42 -
YUV 55.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 85 46 25 0 0.46 0.71 0.67 21 0.55 0.22
Hex 55 2E 19 0 2E 47 43 15 37 16
Octal 125 56 31 0 56 107 103 25 67 26
Binary 1010101 101110 11001 0 101110 1000111 1000011 10101 110111 10110

Color Harmonies of #552E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E19

Black with #552E19

Text Example


Text Example

White with #552E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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