Html Css Color HEX #492B0E Brown Bramble

📋 copy color: '#492B0E'

red 73 ◦ green 43 ◦ blue 14

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

Shades of Brown Bramble #492B0E

Tints of Brown Bramble #492B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.08%

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

R = 56.15%
G = 33.08%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#492B0E (or 0x492B0E) is known color: Brown Bramble. HEX triplet: 49, 2B and 0E. RGB value is (73,43,14). Sum of RGB (Red+Green+Blue) = 73+43+14=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B0E is #B6D4F1. Grayscale: #303030. Windows color (decimal): -11982066 or 928585. OLE color: 928585.

HSL color Cylindrical-coordinate representation of color #492B0E: hue angle of 29.49º 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 #492B0E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 14 -
CMYK 0 0.41 0.81 0.71
HSL 29.49º 0.68% 0.17% -
HSV(B) 29.49º 0.81% 0.29% -
XYZ 3.69 3.18 0.83 -
YUV 48.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 73 43 14 0 0.41 0.81 0.71 29.49 0.68 0.17
Hex 49 2B E 0 29 51 47 1D 44 11
Octal 111 53 16 0 51 121 107 35 104 21
Binary 1001001 101011 1110 0 101001 1010001 1000111 11101 1000100 10001

Color Harmonies of #492B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B0E

Black with #492B0E

Text Example


Text Example

White with #492B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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