Html Css Color HEX #492D0E Brown Bramble

📋 copy color: '#492D0E'

red 73 ◦ green 45 ◦ blue 14

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

Shades of Brown Bramble #492D0E

Tints of Brown Bramble #492D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.09%

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 55.3%
G = 34.09%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#492D0E (or 0x492D0E) is known color: Brown Bramble. HEX triplet: 49, 2D and 0E. RGB value is (73,45,14). Sum of RGB (Red+Green+Blue) = 73+45+14=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D0E is #B6D2F1. Grayscale: #313131. Windows color (decimal): -11981554 or 929097. OLE color: 929097.

HSL color Cylindrical-coordinate representation of color #492D0E: hue angle of 31.53º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492D0E is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 14 -
CMYK 0 0.38 0.81 0.71
HSL 31.53º 0.68% 0.17% -
HSV(B) 31.53º 0.81% 0.29% -
XYZ 3.77 3.32 0.86 -
YUV 49.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 73 45 14 0 0.38 0.81 0.71 31.53 0.68 0.17
Hex 49 2D E 0 26 51 47 20 44 11
Octal 111 55 16 0 46 121 107 40 104 21
Binary 1001001 101101 1110 0 100110 1010001 1000111 100000 1000100 10001

Color Harmonies of #492D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D0E

Black with #492D0E

Text Example


Text Example

White with #492D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,14); }

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

background-color css

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

 a { background-color: rgb(73,45,14); }

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

border-color css

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

 span { border-color: rgb(73,45,14); }

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