Html Css Color HEX #553524 Brown Bramble

📋 copy color: '#553524'

red 85 ◦ green 53 ◦ blue 36

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

Shades of Brown Bramble #553524

Tints of Brown Bramble #553524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.69%

R = 48.85%
G = 30.46%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#553524 (or 0x553524) is known color: Brown Bramble. HEX triplet: 55, 35 and 24. RGB value is (85,53,36). Sum of RGB (Red+Green+Blue) = 85+53+36=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553524 is #AACADB. Grayscale: #3C3C3C. Windows color (decimal): -11193052 or 2372949. OLE color: 2372949.

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

Color convert

RGB 85 53 36 -
CMYK 0 0.38 0.58 0.67
HSL 20.82º 0.4% 0.24% -
HSV(B) 20.82º 0.58% 0.33% -
XYZ 5.34 4.6 2.28 -
YUV 60.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 85 53 36 0 0.38 0.58 0.67 20.82 0.4 0.24
Hex 55 35 24 0 26 3A 43 15 28 18
Octal 125 65 44 0 46 72 103 25 50 30
Binary 1010101 110101 100100 0 100110 111010 1000011 10101 101000 11000

Color Harmonies of #553524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553524

Black with #553524

Text Example


Text Example

White with #553524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553524; }

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

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

background-color css

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

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

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

border-color css

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

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

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