Html Css Color HEX #492732 Castro

📋 copy color: '#492732'

red 73 ◦ green 39 ◦ blue 50

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

Shades of Castro #492732

Tints of Castro #492732

RGB

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

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

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

R = 45.06%
G = 24.07%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492732 (or 0x492732) is known color: Castro. HEX triplet: 49, 27 and 32. RGB value is (73,39,50). Sum of RGB (Red+Green+Blue) = 73+39+50=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492732 is #B6D8CD. Grayscale: #323232. Windows color (decimal): -11983054 or 3286857. OLE color: 3286857.

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

Color convert

RGB 73 39 50 -
CMYK 0 0.47 0.32 0.71
HSL 340.59º 0.3% 0.22% -
HSV(B) 340.59º 0.47% 0.29% -
XYZ 4.05 3.1 3.4 -
YUV 50.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 73 39 50 0 0.47 0.32 0.71 340.59 0.3 0.22
Hex 49 27 32 0 2F 20 47 155 1E 16
Octal 111 47 62 0 57 40 107 525 36 26
Binary 1001001 100111 110010 0 101111 100000 1000111 101010101 11110 10110

Color Harmonies of #492732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492732

Black with #492732

Text Example


Text Example

White with #492732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492732; }

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

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

background-color css

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

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

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

border-color css

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

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

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