Html Css Color HEX #503318 Brown Bramble

📋 copy color: '#503318'

red 80 ◦ green 51 ◦ blue 24

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

Shades of Brown Bramble #503318

Tints of Brown Bramble #503318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.48%

R = 51.61%
G = 32.9%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#503318 (or 0x503318) is known color: Brown Bramble. HEX triplet: 50, 33 and 18. RGB value is (80,51,24). Sum of RGB (Red+Green+Blue) = 80+51+24=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503318 is #AFCCE7. Grayscale: #383838. Windows color (decimal): -11521256 or 1586000. OLE color: 1586000.

HSL color Cylindrical-coordinate representation of color #503318: hue angle of 28.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503318 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 24 -
CMYK 0 0.36 0.70 0.69
HSL 28.93º 0.54% 0.2% -
HSV(B) 28.93º 0.7% 0.31% -
XYZ 4.66 4.14 1.42 -
YUV 56.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 80 51 24 0 0.36 0.70 0.69 28.93 0.54 0.2
Hex 50 33 18 0 24 46 45 1D 36 14
Octal 120 63 30 0 44 106 105 35 66 24
Binary 1010000 110011 11000 0 100100 1000110 1000101 11101 110110 10100

Color Harmonies of #503318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503318

Black with #503318

Text Example


Text Example

White with #503318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503318; }

 p { color: rgb(80,51,24); }

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

background-color css

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

 a { background-color: rgb(80,51,24); }

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

border-color css

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

 span { border-color: rgb(80,51,24); }

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