Html Css Color HEX #472731 Castro

📋 copy color: '#472731'

red 71 ◦ green 39 ◦ blue 49

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

Shades of Castro #472731

Tints of Castro #472731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.82%

R = 44.65%
G = 24.53%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472731 (or 0x472731) is known color: Castro. HEX triplet: 47, 27 and 31. RGB value is (71,39,49). Sum of RGB (Red+Green+Blue) = 71+39+49=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472731 is #B8D8CE. Grayscale: #313131. Windows color (decimal): -12114127 or 3221319. OLE color: 3221319.

HSL color Cylindrical-coordinate representation of color #472731: hue angle of 341.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472731 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 49 -
CMYK 0 0.45 0.31 0.72
HSL 341.25º 0.29% 0.22% -
HSV(B) 341.25º 0.45% 0.28% -
XYZ 3.88 3.01 3.28 -
YUV 49.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 71 39 49 0 0.45 0.31 0.72 341.25 0.29 0.22
Hex 47 27 31 0 2D 1F 48 155 1D 16
Octal 107 47 61 0 55 37 110 525 35 26
Binary 1000111 100111 110001 0 101101 11111 1001000 101010101 11101 10110

Color Harmonies of #472731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472731

Black with #472731

Text Example


Text Example

White with #472731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472731; }

 p { color: rgb(71,39,49); }

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

background-color css

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

 a { background-color: rgb(71,39,49); }

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

border-color css

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

 span { border-color: rgb(71,39,49); }

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