Html Css Color HEX #492C0F Brown Bramble

📋 copy color: '#492C0F'

red 73 ◦ green 44 ◦ blue 15

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

Shades of Brown Bramble #492C0F

Tints of Brown Bramble #492C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 55.3%
G = 33.33%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#492C0F (or 0x492C0F) is known color: Brown Bramble. HEX triplet: 49, 2C and 0F. RGB value is (73,44,15). Sum of RGB (Red+Green+Blue) = 73+44+15=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C0F is #B6D3F0. Grayscale: #313131. Windows color (decimal): -11981809 or 994377. OLE color: 994377.

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

Color convert

RGB 73 44 15 -
CMYK 0 0.40 0.79 0.71
HSL 30º 0.66% 0.17% -
HSV(B) 30º 0.79% 0.29% -
XYZ 3.73 3.25 0.88 -
YUV 49.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 73 44 15 0 0.40 0.79 0.71 30 0.66 0.17
Hex 49 2C F 0 28 4F 47 1E 42 11
Octal 111 54 17 0 50 117 107 36 102 21
Binary 1001001 101100 1111 0 101000 1001111 1000111 11110 1000010 10001

Color Harmonies of #492C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C0F

Black with #492C0F

Text Example


Text Example

White with #492C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,15); }

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

background-color css

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

 a { background-color: rgb(73,44,15); }

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

border-color css

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

 span { border-color: rgb(73,44,15); }

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