Html Css Color HEX #533B20 Brown Bramble

📋 copy color: '#533B20'

red 83 ◦ green 59 ◦ blue 32

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

Shades of Brown Bramble #533B20

Tints of Brown Bramble #533B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.91%

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

R = 47.7%
G = 33.91%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533B20 (or 0x533B20) is known color: Brown Bramble. HEX triplet: 53, 3B and 20. RGB value is (83,59,32). Sum of RGB (Red+Green+Blue) = 83+59+32=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B20 is #ACC4DF. Grayscale: #3F3F3F. Windows color (decimal): -11322592 or 2112339. OLE color: 2112339.

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

Color convert

RGB 83 59 32 -
CMYK 0 0.29 0.61 0.67
HSL 31.76º 0.44% 0.23% -
HSV(B) 31.76º 0.61% 0.33% -
XYZ 5.39 5.07 2.06 -
YUV 63.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 83 59 32 0 0.29 0.61 0.67 31.76 0.44 0.23
Hex 53 3B 20 0 1D 3D 43 20 2C 17
Octal 123 73 40 0 35 75 103 40 54 27
Binary 1010011 111011 100000 0 11101 111101 1000011 100000 101100 10111

Color Harmonies of #533B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B20

Black with #533B20

Text Example


Text Example

White with #533B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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