Html Css Color HEX #492633 Castro

📋 copy color: '#492633'

red 73 ◦ green 38 ◦ blue 51

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

Shades of Castro #492633

Tints of Castro #492633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 45.06%
G = 23.46%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492633 (or 0x492633) is known color: Castro. HEX triplet: 49, 26 and 33. RGB value is (73,38,51). Sum of RGB (Red+Green+Blue) = 73+38+51=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492633 is #B6D9CC. Grayscale: #313131. Windows color (decimal): -11983309 or 3352137. OLE color: 3352137.

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

Color convert

RGB 73 38 51 -
CMYK 0 0.48 0.30 0.71
HSL 337.71º 0.32% 0.22% -
HSV(B) 337.71º 0.48% 0.29% -
XYZ 4.04 3.04 3.51 -
YUV 49.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 73 38 51 0 0.48 0.30 0.71 337.71 0.32 0.22
Hex 49 26 33 0 30 1E 47 152 20 16
Octal 111 46 63 0 60 36 107 522 40 26
Binary 1001001 100110 110011 0 110000 11110 1000111 101010010 100000 10110

Color Harmonies of #492633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492633

Black with #492633

Text Example


Text Example

White with #492633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492633; }

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

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

background-color css

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

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

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

border-color css

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

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

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