Html Css Color HEX #492935 Castro

📋 copy color: '#492935'

red 73 ◦ green 41 ◦ blue 53

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

Shades of Castro #492935

Tints of Castro #492935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 43.71%
G = 24.55%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#492935 (or 0x492935) is known color: Castro. HEX triplet: 49, 29 and 35. RGB value is (73,41,53). Sum of RGB (Red+Green+Blue) = 73+41+53=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492935 is #B6D6CA. Grayscale: #333333. Windows color (decimal): -11982539 or 3483977. OLE color: 3483977.

HSL color Cylindrical-coordinate representation of color #492935: hue angle of 337.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492935 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 41 53 -
CMYK 0 0.44 0.27 0.71
HSL 337.5º 0.28% 0.22% -
HSV(B) 337.5º 0.44% 0.29% -
XYZ 4.18 3.26 3.78 -
YUV 51.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 73 41 53 0 0.44 0.27 0.71 337.5 0.28 0.22
Hex 49 29 35 0 2C 1B 47 152 1C 16
Octal 111 51 65 0 54 33 107 522 34 26
Binary 1001001 101001 110101 0 101100 11011 1000111 101010010 11100 10110

Color Harmonies of #492935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492935

Black with #492935

Text Example


Text Example

White with #492935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492935; }

 p { color: rgb(73,41,53); }

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

background-color css

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

 a { background-color: rgb(73,41,53); }

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

border-color css

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

 span { border-color: rgb(73,41,53); }

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