Html Css Color HEX #492735 Castro

📋 copy color: '#492735'

red 73 ◦ green 39 ◦ blue 53

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

Shades of Castro #492735

Tints of Castro #492735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 44.24%
G = 23.64%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#492735 (or 0x492735) is known color: Castro. HEX triplet: 49, 27 and 35. RGB value is (73,39,53). Sum of RGB (Red+Green+Blue) = 73+39+53=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #492735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492735 is #B6D8CA. Grayscale: #323232. Windows color (decimal): -11983051 or 3483465. OLE color: 3483465.

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

Color convert

RGB 73 39 53 -
CMYK 0 0.47 0.27 0.71
HSL 335.29º 0.3% 0.22% -
HSV(B) 335.29º 0.47% 0.29% -
XYZ 4.12 3.12 3.75 -
YUV 50.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 73 39 53 0 0.47 0.27 0.71 335.29 0.3 0.22
Hex 49 27 35 0 2F 1B 47 14F 1E 16
Octal 111 47 65 0 57 33 107 517 36 26
Binary 1001001 100111 110101 0 101111 11011 1000111 101001111 11110 10110

Color Harmonies of #492735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492735

Black with #492735

Text Example


Text Example

White with #492735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492735; }

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

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

background-color css

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

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

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

border-color css

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

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

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