Html Css Color HEX #472632 Castro

📋 copy color: '#472632'

red 71 ◦ green 38 ◦ blue 50

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

Shades of Castro #472632

Tints of Castro #472632

RGB

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

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

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

R = 44.65%
G = 23.9%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472632 (or 0x472632) is known color: Castro. HEX triplet: 47, 26 and 32. RGB value is (71,38,50). Sum of RGB (Red+Green+Blue) = 71+38+50=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472632 is #B8D9CD. Grayscale: #313131. Windows color (decimal): -12114382 or 3286599. OLE color: 3286599.

HSL color Cylindrical-coordinate representation of color #472632: hue angle of 338.18º 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 #472632 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 50 -
CMYK 0 0.46 0.30 0.72
HSL 338.18º 0.3% 0.21% -
HSV(B) 338.18º 0.46% 0.28% -
XYZ 3.87 2.96 3.38 -
YUV 49.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 71 38 50 0 0.46 0.30 0.72 338.18 0.3 0.21
Hex 47 26 32 0 2E 1E 48 152 1E 15
Octal 107 46 62 0 56 36 110 522 36 25
Binary 1000111 100110 110010 0 101110 11110 1001000 101010010 11110 10101

Color Harmonies of #472632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472632

Black with #472632

Text Example


Text Example

White with #472632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472632; }

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

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

background-color css

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

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

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

border-color css

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

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

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