Html Css Color HEX #533520 Brown Bramble

📋 copy color: '#533520'

red 83 ◦ green 53 ◦ blue 32

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

Shades of Brown Bramble #533520

Tints of Brown Bramble #533520

RGB

 RED value IS 83 (32.81% from 255) = 49.4%

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

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 49.4%
G = 31.55%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533520 (or 0x533520) is known color: Brown Bramble. HEX triplet: 53, 35 and 20. RGB value is (83,53,32). Sum of RGB (Red+Green+Blue) = 83+53+32=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533520 is #ACCADF. Grayscale: #3B3B3B. Windows color (decimal): -11324128 or 2110803. OLE color: 2110803.

HSL color Cylindrical-coordinate representation of color #533520: hue angle of 24.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533520 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 32 -
CMYK 0 0.36 0.61 0.67
HSL 24.71º 0.44% 0.23% -
HSV(B) 24.71º 0.61% 0.33% -
XYZ 5.1 4.49 1.96 -
YUV 59.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 83 53 32 0 0.36 0.61 0.67 24.71 0.44 0.23
Hex 53 35 20 0 24 3D 43 19 2C 17
Octal 123 65 40 0 44 75 103 31 54 27
Binary 1010011 110101 100000 0 100100 111101 1000011 11001 101100 10111

Color Harmonies of #533520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533520

Black with #533520

Text Example


Text Example

White with #533520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533520; }

 p { color: rgb(83,53,32); }

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

background-color css

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

 a { background-color: rgb(83,53,32); }

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

border-color css

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

 span { border-color: rgb(83,53,32); }

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