Html Css Color HEX #503619 Brown Bramble

📋 copy color: '#503619'

red 80 ◦ green 54 ◦ blue 25

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

Shades of Brown Bramble #503619

Tints of Brown Bramble #503619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 50.31%
G = 33.96%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#503619 (or 0x503619) is known color: Brown Bramble. HEX triplet: 50, 36 and 19. RGB value is (80,54,25). Sum of RGB (Red+Green+Blue) = 80+54+25=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #503619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503619 is #AFC9E6. Grayscale: #3A3A3A. Windows color (decimal): -11520487 or 1652304. OLE color: 1652304.

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

Color convert

RGB 80 54 25 -
CMYK 0 0.33 0.69 0.69
HSL 31.64º 0.52% 0.21% -
HSV(B) 31.64º 0.69% 0.31% -
XYZ 4.8 4.41 1.52 -
YUV 58.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 80 54 25 0 0.33 0.69 0.69 31.64 0.52 0.21
Hex 50 36 19 0 21 45 45 20 34 15
Octal 120 66 31 0 41 105 105 40 64 25
Binary 1010000 110110 11001 0 100001 1000101 1000101 100000 110100 10101

Color Harmonies of #503619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503619

Black with #503619

Text Example


Text Example

White with #503619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503619; }

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

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

background-color css

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

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

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

border-color css

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

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

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