Html Css Color HEX #462732 Castro

📋 copy color: '#462732'

red 70 ◦ green 39 ◦ blue 50

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

Shades of Castro #462732

Tints of Castro #462732

RGB

 RED value IS 70 (27.73% from 255) = 44.03%

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

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

R = 44.03%
G = 24.53%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#462732 (or 0x462732) is known color: Castro. HEX triplet: 46, 27 and 32. RGB value is (70,39,50). Sum of RGB (Red+Green+Blue) = 70+39+50=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462732 is #B9D8CD. Grayscale: #313131. Windows color (decimal): -12179662 or 3286854. OLE color: 3286854.

HSL color Cylindrical-coordinate representation of color #462732: hue angle of 338.71º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462732 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 50 -
CMYK 0 0.44 0.29 0.73
HSL 338.71º 0.28% 0.21% -
HSV(B) 338.71º 0.44% 0.27% -
XYZ 3.83 2.98 3.39 -
YUV 49.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 70 39 50 0 0.44 0.29 0.73 338.71 0.28 0.21
Hex 46 27 32 0 2C 1D 49 153 1C 15
Octal 106 47 62 0 54 35 111 523 34 25
Binary 1000110 100111 110010 0 101100 11101 1001001 101010011 11100 10101

Color Harmonies of #462732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462732

Black with #462732

Text Example


Text Example

White with #462732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462732; }

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

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

background-color css

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

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

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

border-color css

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

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

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