Html Css Color HEX #503618 Brown Bramble

📋 copy color: '#503618'

red 80 ◦ green 54 ◦ blue 24

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

Shades of Brown Bramble #503618

Tints of Brown Bramble #503618

RGB

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

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

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

R = 50.63%
G = 34.18%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#503618 (or 0x503618) is known color: Brown Bramble. HEX triplet: 50, 36 and 18. RGB value is (80,54,24). Sum of RGB (Red+Green+Blue) = 80+54+24=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503618 is #AFC9E7. Grayscale: #3A3A3A. Windows color (decimal): -11520488 or 1586768. OLE color: 1586768.

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

Color convert

RGB 80 54 24 -
CMYK 0 0.33 0.70 0.69
HSL 32.14º 0.54% 0.2% -
HSV(B) 32.14º 0.7% 0.31% -
XYZ 4.79 4.41 1.46 -
YUV 58.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 80 54 24 0 0.33 0.70 0.69 32.14 0.54 0.2
Hex 50 36 18 0 21 46 45 20 36 14
Octal 120 66 30 0 41 106 105 40 66 24
Binary 1010000 110110 11000 0 100001 1000110 1000101 100000 110110 10100

Color Harmonies of #503618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503618

Black with #503618

Text Example


Text Example

White with #503618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503618; }

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

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

background-color css

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

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

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

border-color css

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

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

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