Html Css Color HEX #492635 Castro

📋 copy color: '#492635'

red 73 ◦ green 38 ◦ blue 53

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

Shades of Castro #492635

Tints of Castro #492635

RGB

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

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

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

R = 44.51%
G = 23.17%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#492635 (or 0x492635) is known color: Castro. HEX triplet: 49, 26 and 35. RGB value is (73,38,53). Sum of RGB (Red+Green+Blue) = 73+38+53=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492635 is #B6D9CA. Grayscale: #323232. Windows color (decimal): -11983307 or 3483209. OLE color: 3483209.

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

Color convert

RGB 73 38 53 -
CMYK 0 0.48 0.27 0.71
HSL 334.29º 0.32% 0.22% -
HSV(B) 334.29º 0.48% 0.29% -
XYZ 4.08 3.06 3.74 -
YUV 50.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 73 38 53 0 0.48 0.27 0.71 334.29 0.32 0.22
Hex 49 26 35 0 30 1B 47 14E 20 16
Octal 111 46 65 0 60 33 107 516 40 26
Binary 1001001 100110 110101 0 110000 11011 1000111 101001110 100000 10110

Color Harmonies of #492635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492635

Black with #492635

Text Example


Text Example

White with #492635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492635; }

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

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

background-color css

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

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

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

border-color css

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

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

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