Html Css Color HEX #472633 Castro

📋 copy color: '#472633'

red 71 ◦ green 38 ◦ blue 51

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

Shades of Castro #472633

Tints of Castro #472633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.88%

R = 44.38%
G = 23.75%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#472633 (or 0x472633) is known color: Castro. HEX triplet: 47, 26 and 33. RGB value is (71,38,51). Sum of RGB (Red+Green+Blue) = 71+38+51=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472633 is #B8D9CC. Grayscale: #313131. Windows color (decimal): -12114381 or 3352135. OLE color: 3352135.

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

Color convert

RGB 71 38 51 -
CMYK 0 0.46 0.28 0.72
HSL 336.36º 0.3% 0.21% -
HSV(B) 336.36º 0.46% 0.28% -
XYZ 3.89 2.96 3.5 -
YUV 49.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 71 38 51 0 0.46 0.28 0.72 336.36 0.3 0.21
Hex 47 26 33 0 2E 1C 48 150 1E 15
Octal 107 46 63 0 56 34 110 520 36 25
Binary 1000111 100110 110011 0 101110 11100 1001000 101010000 11110 10101

Color Harmonies of #472633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472633

Black with #472633

Text Example


Text Example

White with #472633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472633; }

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

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

background-color css

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

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

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

border-color css

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

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

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