#553423

Color #553423 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #553423

Tints of Brown Bramble #553423

Color information

#553423 (or 0x553423) is unknown color: approx Brown Bramble. HEX triplet: 55, 34 and 23. RGB value is (85,52,35). Sum of RGB (Red+Green+Blue) = 85+52+35=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553423 is #AACBDC. Grayscale: #3C3C3C. Windows color (decimal): -11193309 or 2307157. OLE color: 2307157.

HSL color Cylindrical-coordinate representation of color #553423: hue angle of 20.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553423 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB855235-
CMYK00.390.590.67
HSL20.4º41.67%23.53%-
HSV(B)20.4º58.82%33.33%-
XYZ5.284.512.18-
YUV59.93113.93145.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=49.42%
G=30.23%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85523500.390.590.6720.441.6723.53
Hex5534230273B43142a18
Octal125644304773103245230
Binary1010101110100100011010011111101110000111010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553423; }

 p { color: rgb(85,52,35); }

 H1.HeaderClassName
 {
   color: #553423;
 }
 .AnyTagClassName
 {
   color: #553423;
 }
</style>
background-color css

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

 a { background-color: rgb(85,52,35); }

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

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

 span { border-color: rgb(85,52,35); }

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