Html Css Color HEX #492F30 Heath

📋 copy color: '#492F30'

red 73 ◦ green 47 ◦ blue 48

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

Shades of Heath #492F30

Tints of Heath #492F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 43.45%
G = 27.98%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#492F30 (or 0x492F30) is known color: Heath. HEX triplet: 49, 2F and 30. RGB value is (73,47,48). Sum of RGB (Red+Green+Blue) = 73+47+48=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #492F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F30 is #B6D0CF. Grayscale: #363636. Windows color (decimal): -11981008 or 3157833. OLE color: 3157833.

HSL color Cylindrical-coordinate representation of color #492F30: hue angle of 357.69º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #492F30 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 47 48 -
CMYK 0 0.36 0.34 0.71
HSL 357.69º 0.22% 0.24% -
HSV(B) 357.69º 0.36% 0.29% -
XYZ 4.3 3.66 3.28 -
YUV 54.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 73 47 48 0 0.36 0.34 0.71 357.69 0.22 0.24
Hex 49 2F 30 0 24 22 47 166 16 18
Octal 111 57 60 0 44 42 107 546 26 30
Binary 1001001 101111 110000 0 100100 100010 1000111 101100110 10110 11000

Color Harmonies of #492F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F30

Black with #492F30

Text Example


Text Example

White with #492F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,48); }

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

background-color css

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

 a { background-color: rgb(73,47,48); }

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

border-color css

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

 span { border-color: rgb(73,47,48); }

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