Html Css Color HEX #503620 Brown Bramble

📋 copy color: '#503620'

red 80 ◦ green 54 ◦ blue 32

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

Shades of Brown Bramble #503620

Tints of Brown Bramble #503620

RGB

 RED value IS 80 (31.64% from 255) = 48.19%

 GREEN value IS 54 (21.48% from 255) = 32.53%

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

R = 48.19%
G = 32.53%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#503620 (or 0x503620) is known color: Brown Bramble. HEX triplet: 50, 36 and 20. RGB value is (80,54,32). Sum of RGB (Red+Green+Blue) = 80+54+32=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503620 is #AFC9DF. Grayscale: #3B3B3B. Windows color (decimal): -11520480 or 2111056. OLE color: 2111056.

HSL color Cylindrical-coordinate representation of color #503620: hue angle of 27.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503620 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 32 -
CMYK 0 0.33 0.60 0.69
HSL 27.5º 0.43% 0.22% -
HSV(B) 27.5º 0.6% 0.31% -
XYZ 4.89 4.45 1.97 -
YUV 59.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 80 54 32 0 0.33 0.60 0.69 27.5 0.43 0.22
Hex 50 36 20 0 21 3C 45 1C 2B 16
Octal 120 66 40 0 41 74 105 34 53 26
Binary 1010000 110110 100000 0 100001 111100 1000101 11100 101011 10110

Color Harmonies of #503620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503620

Black with #503620

Text Example


Text Example

White with #503620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503620; }

 p { color: rgb(80,54,32); }

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

background-color css

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

 a { background-color: rgb(80,54,32); }

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

border-color css

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

 span { border-color: rgb(80,54,32); }

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