Html Css Color HEX #503722 Brown Bramble

📋 copy color: '#503722'

red 80 ◦ green 55 ◦ blue 34

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

Shades of Brown Bramble #503722

Tints of Brown Bramble #503722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 47.34%
G = 32.54%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#503722 (or 0x503722) is known color: Brown Bramble. HEX triplet: 50, 37 and 22. RGB value is (80,55,34). Sum of RGB (Red+Green+Blue) = 80+55+34=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503722 is #AFC8DD. Grayscale: #3C3C3C. Windows color (decimal): -11520222 or 2242384. OLE color: 2242384.

HSL color Cylindrical-coordinate representation of color #503722: hue angle of 27.39º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503722 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 55 34 -
CMYK 0 0.31 0.58 0.69
HSL 27.39º 0.4% 0.22% -
HSV(B) 27.39º 0.58% 0.31% -
XYZ 4.96 4.55 2.13 -
YUV 60.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 80 55 34 0 0.31 0.58 0.69 27.39 0.4 0.22
Hex 50 37 22 0 1F 3A 45 1B 28 16
Octal 120 67 42 0 37 72 105 33 50 26
Binary 1010000 110111 100010 0 11111 111010 1000101 11011 101000 10110

Color Harmonies of #503722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503722

Black with #503722

Text Example


Text Example

White with #503722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503722; }

 p { color: rgb(80,55,34); }

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

background-color css

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

 a { background-color: rgb(80,55,34); }

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

border-color css

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

 span { border-color: rgb(80,55,34); }

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