Html Css Color HEX #502F12 Brown Bramble

📋 copy color: '#502F12'

red 80 ◦ green 47 ◦ blue 18

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

Shades of Brown Bramble #502F12

Tints of Brown Bramble #502F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.41%

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 55.17%
G = 32.41%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502F12 (or 0x502F12) is known color: Brown Bramble. HEX triplet: 50, 2F and 12. RGB value is (80,47,18). Sum of RGB (Red+Green+Blue) = 80+47+18=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #502F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F12 is #AFD0ED. Grayscale: #353535. Windows color (decimal): -11522286 or 1191760. OLE color: 1191760.

HSL color Cylindrical-coordinate representation of color #502F12: hue angle of 28.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502F12 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 47 18 -
CMYK 0 0.41 0.78 0.69
HSL 28.06º 0.63% 0.19% -
HSV(B) 28.06º 0.78% 0.31% -
XYZ 4.43 3.78 1.07 -
YUV 53.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 80 47 18 0 0.41 0.78 0.69 28.06 0.63 0.19
Hex 50 2F 12 0 29 4E 45 1C 3F 13
Octal 120 57 22 0 51 116 105 34 77 23
Binary 1010000 101111 10010 0 101001 1001110 1000101 11100 111111 10011

Color Harmonies of #502F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F12

Black with #502F12

Text Example


Text Example

White with #502F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502F12; }

 p { color: rgb(80,47,18); }

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

background-color css

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

 a { background-color: rgb(80,47,18); }

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

border-color css

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

 span { border-color: rgb(80,47,18); }

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