Html Css Color HEX #472A32 Castro

📋 copy color: '#472A32'

red 71 ◦ green 42 ◦ blue 50

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

Shades of Castro #472A32

Tints of Castro #472A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

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

R = 43.56%
G = 25.77%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472A32 (or 0x472A32) is known color: Castro. HEX triplet: 47, 2A and 32. RGB value is (71,42,50). Sum of RGB (Red+Green+Blue) = 71+42+50=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A32 is #B8D5CD. Grayscale: #333333. Windows color (decimal): -12113358 or 3287623. OLE color: 3287623.

HSL color Cylindrical-coordinate representation of color #472A32: hue angle of 343.45º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A32 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 50 -
CMYK 0 0.41 0.30 0.72
HSL 343.45º 0.26% 0.22% -
HSV(B) 343.45º 0.41% 0.28% -
XYZ 4 3.23 3.43 -
YUV 51.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 71 42 50 0 0.41 0.30 0.72 343.45 0.26 0.22
Hex 47 2A 32 0 29 1E 48 157 1A 16
Octal 107 52 62 0 51 36 110 527 32 26
Binary 1000111 101010 110010 0 101001 11110 1001000 101010111 11010 10110

Color Harmonies of #472A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A32

Black with #472A32

Text Example


Text Example

White with #472A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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