Html Css Color HEX #533321 Brown Bramble

📋 copy color: '#533321'

red 83 ◦ green 51 ◦ blue 33

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

Shades of Brown Bramble #533321

Tints of Brown Bramble #533321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 49.7%
G = 30.54%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#533321 (or 0x533321) is known color: Brown Bramble. HEX triplet: 53, 33 and 21. RGB value is (83,51,33). Sum of RGB (Red+Green+Blue) = 83+51+33=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #533321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533321 is #ACCCDE. Grayscale: #3A3A3A. Windows color (decimal): -11324639 or 2175827. OLE color: 2175827.

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

Color convert

RGB 83 51 33 -
CMYK 0 0.39 0.60 0.67
HSL 21.6º 0.43% 0.23% -
HSV(B) 21.6º 0.6% 0.33% -
XYZ 5.03 4.32 2.01 -
YUV 58.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 83 51 33 0 0.39 0.60 0.67 21.6 0.43 0.23
Hex 53 33 21 0 27 3C 43 16 2B 17
Octal 123 63 41 0 47 74 103 26 53 27
Binary 1010011 110011 100001 0 100111 111100 1000011 10110 101011 10111

Color Harmonies of #533321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533321

Black with #533321

Text Example


Text Example

White with #533321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533321; }

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

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

background-color css

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

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

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

border-color css

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

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

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