Html Css Color HEX #553522 Brown Bramble

📋 copy color: '#553522'

red 85 ◦ green 53 ◦ blue 34

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

Shades of Brown Bramble #553522

Tints of Brown Bramble #553522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 49.42%
G = 30.81%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#553522 (or 0x553522) is known color: Brown Bramble. HEX triplet: 55, 35 and 22. RGB value is (85,53,34). Sum of RGB (Red+Green+Blue) = 85+53+34=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553522 is #AACADD. Grayscale: #3C3C3C. Windows color (decimal): -11193054 or 2241877. OLE color: 2241877.

HSL color Cylindrical-coordinate representation of color #553522: hue angle of 22.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553522 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 34 -
CMYK 0 0.38 0.60 0.67
HSL 22.35º 0.43% 0.23% -
HSV(B) 22.35º 0.6% 0.33% -
XYZ 5.31 4.59 2.12 -
YUV 60.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 85 53 34 0 0.38 0.60 0.67 22.35 0.43 0.23
Hex 55 35 22 0 26 3C 43 16 2B 17
Octal 125 65 42 0 46 74 103 26 53 27
Binary 1010101 110101 100010 0 100110 111100 1000011 10110 101011 10111

Color Harmonies of #553522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553522

Black with #553522

Text Example


Text Example

White with #553522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553522; }

 p { color: rgb(85,53,34); }

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

background-color css

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

 a { background-color: rgb(85,53,34); }

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

border-color css

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

 span { border-color: rgb(85,53,34); }

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