Html Css Color HEX #533220 Brown Bramble

📋 copy color: '#533220'

red 83 ◦ green 50 ◦ blue 32

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

Shades of Brown Bramble #533220

Tints of Brown Bramble #533220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

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

R = 50.3%
G = 30.3%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533220 (or 0x533220) is known color: Brown Bramble. HEX triplet: 53, 32 and 20. RGB value is (83,50,32). Sum of RGB (Red+Green+Blue) = 83+50+32=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533220 is #ACCDDF. Grayscale: #393939. Windows color (decimal): -11324896 or 2110035. OLE color: 2110035.

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

Color convert

RGB 83 50 32 -
CMYK 0 0.40 0.61 0.67
HSL 21.18º 0.44% 0.23% -
HSV(B) 21.18º 0.61% 0.33% -
XYZ 4.97 4.22 1.92 -
YUV 57.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 83 50 32 0 0.40 0.61 0.67 21.18 0.44 0.23
Hex 53 32 20 0 28 3D 43 15 2C 17
Octal 123 62 40 0 50 75 103 25 54 27
Binary 1010011 110010 100000 0 101000 111101 1000011 10101 101100 10111

Color Harmonies of #533220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533220

Black with #533220

Text Example


Text Example

White with #533220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533220; }

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

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

background-color css

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

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

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

border-color css

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

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

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