Html Css Color HEX #492534 Castro

📋 copy color: '#492534'

red 73 ◦ green 37 ◦ blue 52

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

Shades of Castro #492534

Tints of Castro #492534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

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

R = 45.06%
G = 22.84%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#492534 (or 0x492534) is known color: Castro. HEX triplet: 49, 25 and 34. RGB value is (73,37,52). Sum of RGB (Red+Green+Blue) = 73+37+52=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492534 is #B6DACB. Grayscale: #313131. Windows color (decimal): -11983564 or 3417417. OLE color: 3417417.

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

Color convert

RGB 73 37 52 -
CMYK 0 0.49 0.29 0.71
HSL 335º 0.33% 0.22% -
HSV(B) 335º 0.49% 0.29% -
XYZ 4.03 2.99 3.61 -
YUV 49.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 73 37 52 0 0.49 0.29 0.71 335 0.33 0.22
Hex 49 25 34 0 31 1D 47 14F 21 16
Octal 111 45 64 0 61 35 107 517 41 26
Binary 1001001 100101 110100 0 110001 11101 1000111 101001111 100001 10110

Color Harmonies of #492534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492534

Black with #492534

Text Example


Text Example

White with #492534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492534; }

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

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

background-color css

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

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

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

border-color css

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

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

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