Html Css Color HEX #492833 Castro

📋 copy color: '#492833'

red 73 ◦ green 40 ◦ blue 51

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

Shades of Castro #492833

Tints of Castro #492833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 44.51%
G = 24.39%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492833 (or 0x492833) is known color: Castro. HEX triplet: 49, 28 and 33. RGB value is (73,40,51). Sum of RGB (Red+Green+Blue) = 73+40+51=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492833 is #B6D7CC. Grayscale: #333333. Windows color (decimal): -11982797 or 3352649. OLE color: 3352649.

HSL color Cylindrical-coordinate representation of color #492833: hue angle of 340º 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 #492833 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 51 -
CMYK 0 0.45 0.30 0.71
HSL 340º 0.29% 0.22% -
HSV(B) 340º 0.45% 0.29% -
XYZ 4.1 3.17 3.53 -
YUV 51.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 73 40 51 0 0.45 0.30 0.71 340 0.29 0.22
Hex 49 28 33 0 2D 1E 47 154 1D 16
Octal 111 50 63 0 55 36 107 524 35 26
Binary 1001001 101000 110011 0 101101 11110 1000111 101010100 11101 10110

Color Harmonies of #492833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492833

Black with #492833

Text Example


Text Example

White with #492833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492833; }

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

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

background-color css

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

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

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

border-color css

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

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

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