Html Css Color HEX #492734 Castro

📋 copy color: '#492734'

red 73 ◦ green 39 ◦ blue 52

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

Shades of Castro #492734

Tints of Castro #492734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

 BLUE value IS 52 (20.7% from 255) = 31.71%

R = 44.51%
G = 23.78%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#492734 (or 0x492734) is known color: Castro. HEX triplet: 49, 27 and 34. RGB value is (73,39,52). Sum of RGB (Red+Green+Blue) = 73+39+52=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492734 is #B6D8CB. Grayscale: #323232. Windows color (decimal): -11983052 or 3417929. OLE color: 3417929.

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

Color convert

RGB 73 39 52 -
CMYK 0 0.47 0.29 0.71
HSL 337.06º 0.3% 0.22% -
HSV(B) 337.06º 0.47% 0.29% -
XYZ 4.09 3.12 3.63 -
YUV 50.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 73 39 52 0 0.47 0.29 0.71 337.06 0.3 0.22
Hex 49 27 34 0 2F 1D 47 151 1E 16
Octal 111 47 64 0 57 35 107 521 36 26
Binary 1001001 100111 110100 0 101111 11101 1000111 101010001 11110 10110

Color Harmonies of #492734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492734

Black with #492734

Text Example


Text Example

White with #492734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492734; }

 p { color: rgb(73,39,52); }

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

background-color css

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

 a { background-color: rgb(73,39,52); }

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

border-color css

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

 span { border-color: rgb(73,39,52); }

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