Html Css Color HEX #492E13 Brown Bramble

📋 copy color: '#492E13'

red 73 ◦ green 46 ◦ blue 19

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

Shades of Brown Bramble #492E13

Tints of Brown Bramble #492E13

RGB

 RED value IS 73 (28.91% from 255) = 52.9%

 GREEN value IS 46 (18.36% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 52.9%
G = 33.33%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492E13 (or 0x492E13) is known color: Brown Bramble. HEX triplet: 49, 2E and 13. RGB value is (73,46,19). Sum of RGB (Red+Green+Blue) = 73+46+19=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #492E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E13 is #B6D1EC. Grayscale: #333333. Windows color (decimal): -11981293 or 1257033. OLE color: 1257033.

HSL color Cylindrical-coordinate representation of color #492E13: hue angle of 30º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492E13 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 19 -
CMYK 0 0.37 0.74 0.71
HSL 30º 0.59% 0.18% -
HSV(B) 30º 0.74% 0.29% -
XYZ 3.84 3.42 1.07 -
YUV 51 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 73 46 19 0 0.37 0.74 0.71 30 0.59 0.18
Hex 49 2E 13 0 25 4A 47 1E 3B 12
Octal 111 56 23 0 45 112 107 36 73 22
Binary 1001001 101110 10011 0 100101 1001010 1000111 11110 111011 10010

Color Harmonies of #492E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E13

Black with #492E13

Text Example


Text Example

White with #492E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E13; }

 p { color: rgb(73,46,19); }

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

background-color css

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

 a { background-color: rgb(73,46,19); }

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

border-color css

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

 span { border-color: rgb(73,46,19); }

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