Html Css Color HEX #472732 Castro

📋 copy color: '#472732'

red 71 ◦ green 39 ◦ blue 50

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

Shades of Castro #472732

Tints of Castro #472732

RGB

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

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

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

R = 44.38%
G = 24.38%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472732 (or 0x472732) is known color: Castro. HEX triplet: 47, 27 and 32. RGB value is (71,39,50). Sum of RGB (Red+Green+Blue) = 71+39+50=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472732 is #B8D8CD. Grayscale: #313131. Windows color (decimal): -12114126 or 3286855. OLE color: 3286855.

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

Color convert

RGB 71 39 50 -
CMYK 0 0.45 0.30 0.72
HSL 339.38º 0.29% 0.22% -
HSV(B) 339.38º 0.45% 0.28% -
XYZ 3.9 3.02 3.4 -
YUV 49.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 71 39 50 0 0.45 0.30 0.72 339.38 0.29 0.22
Hex 47 27 32 0 2D 1E 48 153 1D 16
Octal 107 47 62 0 55 36 110 523 35 26
Binary 1000111 100111 110010 0 101101 11110 1001000 101010011 11101 10110

Color Harmonies of #472732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472732

Black with #472732

Text Example


Text Example

White with #472732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472732; }

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

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

background-color css

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

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

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

border-color css

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

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

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