Html Css Color HEX #533516 Brown Bramble

📋 copy color: '#533516'

red 83 ◦ green 53 ◦ blue 22

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

Shades of Brown Bramble #533516

Tints of Brown Bramble #533516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 52.53%
G = 33.54%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#533516 (or 0x533516) is known color: Brown Bramble. HEX triplet: 53, 35 and 16. RGB value is (83,53,22). Sum of RGB (Red+Green+Blue) = 83+53+22=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533516 is #ACCAE9. Grayscale: #3A3A3A. Windows color (decimal): -11324138 or 1455443. OLE color: 1455443.

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

Color convert

RGB 83 53 22 -
CMYK 0 0.36 0.73 0.67
HSL 30.49º 0.58% 0.21% -
HSV(B) 30.49º 0.73% 0.33% -
XYZ 4.99 4.44 1.35 -
YUV 58.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 83 53 22 0 0.36 0.73 0.67 30.49 0.58 0.21
Hex 53 35 16 0 24 49 43 1E 3A 15
Octal 123 65 26 0 44 111 103 36 72 25
Binary 1010011 110101 10110 0 100100 1001001 1000011 11110 111010 10101

Color Harmonies of #533516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533516

Black with #533516

Text Example


Text Example

White with #533516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533516; }

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

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

background-color css

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

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

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

border-color css

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

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

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