Html Css Color HEX #492D12 Brown Bramble

📋 copy color: '#492D12'

red 73 ◦ green 45 ◦ blue 18

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

Shades of Brown Bramble #492D12

Tints of Brown Bramble #492D12

RGB

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

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

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

R = 53.68%
G = 33.09%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#492D12 (or 0x492D12) is known color: Brown Bramble. HEX triplet: 49, 2D and 12. RGB value is (73,45,18). Sum of RGB (Red+Green+Blue) = 73+45+18=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D12 is #B6D2ED. Grayscale: #323232. Windows color (decimal): -11981550 or 1191241. OLE color: 1191241.

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

Color convert

RGB 73 45 18 -
CMYK 0 0.38 0.75 0.71
HSL 29.45º 0.6% 0.18% -
HSV(B) 29.45º 0.75% 0.29% -
XYZ 3.8 3.34 1.02 -
YUV 50.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 73 45 18 0 0.38 0.75 0.71 29.45 0.6 0.18
Hex 49 2D 12 0 26 4B 47 1D 3C 12
Octal 111 55 22 0 46 113 107 35 74 22
Binary 1001001 101101 10010 0 100110 1001011 1000111 11101 111100 10010

Color Harmonies of #492D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D12

Black with #492D12

Text Example


Text Example

White with #492D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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