Html Css Color HEX #492832 Castro

📋 copy color: '#492832'

red 73 ◦ green 40 ◦ blue 50

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

Shades of Castro #492832

Tints of Castro #492832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

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

R = 44.79%
G = 24.54%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492832 (or 0x492832) is known color: Castro. HEX triplet: 49, 28 and 32. RGB value is (73,40,50). Sum of RGB (Red+Green+Blue) = 73+40+50=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492832 is #B6D7CD. Grayscale: #333333. Windows color (decimal): -11982798 or 3287113. OLE color: 3287113.

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

Color convert

RGB 73 40 50 -
CMYK 0 0.45 0.32 0.71
HSL 341.82º 0.29% 0.22% -
HSV(B) 341.82º 0.45% 0.29% -
XYZ 4.08 3.16 3.41 -
YUV 51.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 73 40 50 0 0.45 0.32 0.71 341.82 0.29 0.22
Hex 49 28 32 0 2D 20 47 156 1D 16
Octal 111 50 62 0 55 40 107 526 35 26
Binary 1001001 101000 110010 0 101101 100000 1000111 101010110 11101 10110

Color Harmonies of #492832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492832

Black with #492832

Text Example


Text Example

White with #492832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492832; }

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

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

background-color css

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

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

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

border-color css

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

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

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