Html Css Color HEX #552D17 Brown Bramble

📋 copy color: '#552D17'

red 85 ◦ green 45 ◦ blue 23

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

Shades of Brown Bramble #552D17

Tints of Brown Bramble #552D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.41%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 55.56%
G = 29.41%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#552D17 (or 0x552D17) is known color: Brown Bramble. HEX triplet: 55, 2D and 17. RGB value is (85,45,23). Sum of RGB (Red+Green+Blue) = 85+45+23=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D17 is #AAD2E8. Grayscale: #363636. Windows color (decimal): -11195113 or 1518933. OLE color: 1518933.

HSL color Cylindrical-coordinate representation of color #552D17: hue angle of 21.29º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552D17 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 23 -
CMYK 0 0.47 0.73 0.67
HSL 21.29º 0.57% 0.21% -
HSV(B) 21.29º 0.73% 0.33% -
XYZ 4.84 3.87 1.3 -
YUV 54.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 85 45 23 0 0.47 0.73 0.67 21.29 0.57 0.21
Hex 55 2D 17 0 2F 49 43 15 39 15
Octal 125 55 27 0 57 111 103 25 71 25
Binary 1010101 101101 10111 0 101111 1001001 1000011 10101 111001 10101

Color Harmonies of #552D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D17

Black with #552D17

Text Example


Text Example

White with #552D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,23); }

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

background-color css

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

 a { background-color: rgb(85,45,23); }

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

border-color css

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

 span { border-color: rgb(85,45,23); }

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