Html Css Color HEX #503420 Brown Bramble

📋 copy color: '#503420'

red 80 ◦ green 52 ◦ blue 32

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

Shades of Brown Bramble #503420

Tints of Brown Bramble #503420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

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

R = 48.78%
G = 31.71%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#503420 (or 0x503420) is known color: Brown Bramble. HEX triplet: 50, 34 and 20. RGB value is (80,52,32). Sum of RGB (Red+Green+Blue) = 80+52+32=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503420 is #AFCBDF. Grayscale: #3A3A3A. Windows color (decimal): -11520992 or 2110544. OLE color: 2110544.

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

Color convert

RGB 80 52 32 -
CMYK 0 0.35 0.60 0.69
HSL 25º 0.43% 0.22% -
HSV(B) 25º 0.6% 0.31% -
XYZ 4.8 4.27 1.94 -
YUV 58.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 80 52 32 0 0.35 0.60 0.69 25 0.43 0.22
Hex 50 34 20 0 23 3C 45 19 2B 16
Octal 120 64 40 0 43 74 105 31 53 26
Binary 1010000 110100 100000 0 100011 111100 1000101 11001 101011 10110

Color Harmonies of #503420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503420

Black with #503420

Text Example


Text Example

White with #503420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503420; }

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

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

background-color css

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

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

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

border-color css

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

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

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