Html Css Color HEX #4C2635 Castro

📋 copy color: '#4C2635'

red 76 ◦ green 38 ◦ blue 53

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

Shades of Castro #4C2635

Tints of Castro #4C2635

RGB

 RED value IS 76 (30.08% from 255) = 45.51%

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

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 45.51%
G = 22.75%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4C2635 (or 0x4C2635) is known color: Castro. HEX triplet: 4C, 26 and 35. RGB value is (76,38,53). Sum of RGB (Red+Green+Blue) = 76+38+53=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2635 is #B3D9CA. Grayscale: #333333. Windows color (decimal): -11786699 or 3483212. OLE color: 3483212.

HSL color Cylindrical-coordinate representation of color #4C2635: hue angle of 336.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2635 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 38 53 -
CMYK 0 0.5 0.30 0.70
HSL 336.32º 0.33% 0.22% -
HSV(B) 336.32º 0.5% 0.3% -
XYZ 4.32 3.18 3.75 -
YUV 51.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 76 38 53 0 0.5 0.30 0.70 336.32 0.33 0.22
Hex 4C 26 35 0 32 1E 46 150 21 16
Octal 114 46 65 0 62 36 106 520 41 26
Binary 1001100 100110 110101 0 110010 11110 1000110 101010000 100001 10110

Color Harmonies of #4C2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2635

Black with #4C2635

Text Example


Text Example

White with #4C2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C2635; }

 p { color: rgb(76,38,53); }

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

background-color css

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

 a { background-color: rgb(76,38,53); }

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

border-color css

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

 span { border-color: rgb(76,38,53); }

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