Html Css Color HEX #3E2C32 Castro

📋 copy color: '#3E2C32'

red 62 ◦ green 44 ◦ blue 50

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

Shades of Castro #3E2C32

Tints of Castro #3E2C32

RGB

 RED value IS 62 (24.61% from 255) = 39.74%

 GREEN value IS 44 (17.58% from 255) = 28.21%

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

R = 39.74%
G = 28.21%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#3E2C32 (or 0x3E2C32) is known color: Castro. HEX triplet: 3E, 2C and 32. RGB value is (62,44,50). Sum of RGB (Red+Green+Blue) = 62+44+50=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C32 is #C1D3CD. Grayscale: #323232. Windows color (decimal): -12702670 or 3288126. OLE color: 3288126.

HSL color Cylindrical-coordinate representation of color #3E2C32: hue angle of 340º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E2C32 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 44 50 -
CMYK 0 0.29 0.19 0.76
HSL 340º 0.17% 0.21% -
HSV(B) 340º 0.29% 0.24% -
XYZ 3.46 3.06 3.42 -
YUV 50.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 62 44 50 0 0.29 0.19 0.76 340 0.17 0.21
Hex 3E 2C 32 0 1D 13 4C 154 11 15
Octal 76 54 62 0 35 23 114 524 21 25
Binary 111110 101100 110010 0 11101 10011 1001100 101010100 10001 10101

Color Harmonies of #3E2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2C32

Black with #3E2C32

Text Example


Text Example

White with #3E2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2C32; }

 p { color: rgb(62,44,50); }

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

background-color css

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

 a { background-color: rgb(62,44,50); }

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

border-color css

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

 span { border-color: rgb(62,44,50); }

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