Html Css Color HEX #503825 Brown Bramble

📋 copy color: '#503825'

red 80 ◦ green 56 ◦ blue 37

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

Shades of Brown Bramble #503825

Tints of Brown Bramble #503825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 46.24%
G = 32.37%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#503825 (or 0x503825) is known color: Brown Bramble. HEX triplet: 50, 38 and 25. RGB value is (80,56,37). Sum of RGB (Red+Green+Blue) = 80+56+37=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #503825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503825 is #AFC7DA. Grayscale: #3D3D3D. Windows color (decimal): -11519963 or 2439248. OLE color: 2439248.

HSL color Cylindrical-coordinate representation of color #503825: hue angle of 26.51º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503825 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 37 -
CMYK 0 0.30 0.54 0.69
HSL 26.51º 0.37% 0.23% -
HSV(B) 26.51º 0.54% 0.31% -
XYZ 5.06 4.67 2.38 -
YUV 61.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 80 56 37 0 0.30 0.54 0.69 26.51 0.37 0.23
Hex 50 38 25 0 1E 36 45 1B 25 17
Octal 120 70 45 0 36 66 105 33 45 27
Binary 1010000 111000 100101 0 11110 110110 1000101 11011 100101 10111

Color Harmonies of #503825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503825

Black with #503825

Text Example


Text Example

White with #503825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503825; }

 p { color: rgb(80,56,37); }

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

background-color css

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

 a { background-color: rgb(80,56,37); }

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

border-color css

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

 span { border-color: rgb(80,56,37); }

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