Html Css Color HEX #472634 Castro

📋 copy color: '#472634'

red 71 ◦ green 38 ◦ blue 52

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

Shades of Castro #472634

Tints of Castro #472634

RGB

 RED value IS 71 (28.13% from 255) = 44.1%

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

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

R = 44.1%
G = 23.6%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#472634 (or 0x472634) is known color: Castro. HEX triplet: 47, 26 and 34. RGB value is (71,38,52). Sum of RGB (Red+Green+Blue) = 71+38+52=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472634 is #B8D9CB. Grayscale: #313131. Windows color (decimal): -12114380 or 3417671. OLE color: 3417671.

HSL color Cylindrical-coordinate representation of color #472634: hue angle of 334.55º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472634 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 52 -
CMYK 0 0.46 0.27 0.72
HSL 334.55º 0.3% 0.21% -
HSV(B) 334.55º 0.46% 0.28% -
XYZ 3.91 2.97 3.62 -
YUV 49.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 71 38 52 0 0.46 0.27 0.72 334.55 0.3 0.21
Hex 47 26 34 0 2E 1B 48 14F 1E 15
Octal 107 46 64 0 56 33 110 517 36 25
Binary 1000111 100110 110100 0 101110 11011 1001000 101001111 11110 10101

Color Harmonies of #472634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472634

Black with #472634

Text Example


Text Example

White with #472634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472634; }

 p { color: rgb(71,38,52); }

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

background-color css

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

 a { background-color: rgb(71,38,52); }

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

border-color css

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

 span { border-color: rgb(71,38,52); }

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