Html Css Color HEX #533920 Brown Bramble

📋 copy color: '#533920'

red 83 ◦ green 57 ◦ blue 32

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

Shades of Brown Bramble #533920

Tints of Brown Bramble #533920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

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

R = 48.26%
G = 33.14%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533920 (or 0x533920) is known color: Brown Bramble. HEX triplet: 53, 39 and 20. RGB value is (83,57,32). Sum of RGB (Red+Green+Blue) = 83+57+32=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533920 is #ACC6DF. Grayscale: #3E3E3E. Windows color (decimal): -11323104 or 2111827. OLE color: 2111827.

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

Color convert

RGB 83 57 32 -
CMYK 0 0.31 0.61 0.67
HSL 29.41º 0.44% 0.23% -
HSV(B) 29.41º 0.61% 0.33% -
XYZ 5.29 4.87 2.03 -
YUV 61.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 83 57 32 0 0.31 0.61 0.67 29.41 0.44 0.23
Hex 53 39 20 0 1F 3D 43 1D 2C 17
Octal 123 71 40 0 37 75 103 35 54 27
Binary 1010011 111001 100000 0 11111 111101 1000011 11101 101100 10111

Color Harmonies of #533920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533920

Black with #533920

Text Example


Text Example

White with #533920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533920; }

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

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

background-color css

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

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

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

border-color css

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

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

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