Html Css Color HEX #472730 Castro

📋 copy color: '#472730'

red 71 ◦ green 39 ◦ blue 48

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

Shades of Castro #472730

Tints of Castro #472730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 44.94%
G = 24.68%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#472730 (or 0x472730) is known color: Castro. HEX triplet: 47, 27 and 30. RGB value is (71,39,48). Sum of RGB (Red+Green+Blue) = 71+39+48=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472730 is #B8D8CF. Grayscale: #313131. Windows color (decimal): -12114128 or 3155783. OLE color: 3155783.

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

Color convert

RGB 71 39 48 -
CMYK 0 0.45 0.32 0.72
HSL 343.13º 0.29% 0.22% -
HSV(B) 343.13º 0.45% 0.28% -
XYZ 3.86 3 3.17 -
YUV 49.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 71 39 48 0 0.45 0.32 0.72 343.13 0.29 0.22
Hex 47 27 30 0 2D 20 48 157 1D 16
Octal 107 47 60 0 55 40 110 527 35 26
Binary 1000111 100111 110000 0 101101 100000 1001000 101010111 11101 10110

Color Harmonies of #472730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472730

Black with #472730

Text Example


Text Example

White with #472730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472730; }

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

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

background-color css

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

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

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

border-color css

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

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

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