Html Css Color HEX #492432 Castro

📋 copy color: '#492432'

red 73 ◦ green 36 ◦ blue 50

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

Shades of Castro #492432

Tints of Castro #492432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 45.91%
G = 22.64%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492432 (or 0x492432) is known color: Castro. HEX triplet: 49, 24 and 32. RGB value is (73,36,50). Sum of RGB (Red+Green+Blue) = 73+36+50=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492432 is #B6DBCD. Grayscale: #303030. Windows color (decimal): -11983822 or 3286089. OLE color: 3286089.

HSL color Cylindrical-coordinate representation of color #492432: hue angle of 337.3º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492432 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 50 -
CMYK 0 0.51 0.32 0.71
HSL 337.3º 0.34% 0.21% -
HSV(B) 337.3º 0.51% 0.29% -
XYZ 3.95 2.91 3.37 -
YUV 48.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 73 36 50 0 0.51 0.32 0.71 337.3 0.34 0.21
Hex 49 24 32 0 33 20 47 151 22 15
Octal 111 44 62 0 63 40 107 521 42 25
Binary 1001001 100100 110010 0 110011 100000 1000111 101010001 100010 10101

Color Harmonies of #492432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492432

Black with #492432

Text Example


Text Example

White with #492432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492432; }

 p { color: rgb(73,36,50); }

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

background-color css

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

 a { background-color: rgb(73,36,50); }

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

border-color css

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

 span { border-color: rgb(73,36,50); }

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