Html Css Color HEX #533521 Brown Bramble

📋 copy color: '#533521'

red 83 ◦ green 53 ◦ blue 33

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

Shades of Brown Bramble #533521

Tints of Brown Bramble #533521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 49.11%
G = 31.36%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#533521 (or 0x533521) is known color: Brown Bramble. HEX triplet: 53, 35 and 21. RGB value is (83,53,33). Sum of RGB (Red+Green+Blue) = 83+53+33=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533521 is #ACCADE. Grayscale: #3B3B3B. Windows color (decimal): -11324127 or 2176339. OLE color: 2176339.

HSL color Cylindrical-coordinate representation of color #533521: hue angle of 24º 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 #533521 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 33 -
CMYK 0 0.36 0.60 0.67
HSL 24º 0.43% 0.23% -
HSV(B) 24º 0.6% 0.33% -
XYZ 5.11 4.5 2.04 -
YUV 59.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 83 53 33 0 0.36 0.60 0.67 24 0.43 0.23
Hex 53 35 21 0 24 3C 43 18 2B 17
Octal 123 65 41 0 44 74 103 30 53 27
Binary 1010011 110101 100001 0 100100 111100 1000011 11000 101011 10111

Color Harmonies of #533521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533521

Black with #533521

Text Example


Text Example

White with #533521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533521; }

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

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

background-color css

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

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

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

border-color css

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

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

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