Html Css Color HEX #533316 Brown Bramble

📋 copy color: '#533316'

red 83 ◦ green 51 ◦ blue 22

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

Shades of Brown Bramble #533316

Tints of Brown Bramble #533316

RGB

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

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

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

R = 53.21%
G = 32.69%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#533316 (or 0x533316) is known color: Brown Bramble. HEX triplet: 53, 33 and 16. RGB value is (83,51,22). Sum of RGB (Red+Green+Blue) = 83+51+22=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533316 is #ACCCE9. Grayscale: #393939. Windows color (decimal): -11324650 or 1454931. OLE color: 1454931.

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

Color convert

RGB 83 51 22 -
CMYK 0 0.39 0.73 0.67
HSL 28.52º 0.58% 0.21% -
HSV(B) 28.52º 0.73% 0.33% -
XYZ 4.9 4.26 1.32 -
YUV 57.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 83 51 22 0 0.39 0.73 0.67 28.52 0.58 0.21
Hex 53 33 16 0 27 49 43 1D 3A 15
Octal 123 63 26 0 47 111 103 35 72 25
Binary 1010011 110011 10110 0 100111 1001001 1000011 11101 111010 10101

Color Harmonies of #533316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533316

Black with #533316

Text Example


Text Example

White with #533316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533316; }

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

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

background-color css

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

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

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

border-color css

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

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

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