Html Css Color HEX #482932 Castro

📋 copy color: '#482932'

red 72 ◦ green 41 ◦ blue 50

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

Shades of Castro #482932

Tints of Castro #482932

RGB

 RED value IS 72 (28.52% from 255) = 44.17%

 GREEN value IS 41 (16.41% from 255) = 25.15%

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

R = 44.17%
G = 25.15%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482932 (or 0x482932) is known color: Castro. HEX triplet: 48, 29 and 32. RGB value is (72,41,50). Sum of RGB (Red+Green+Blue) = 72+41+50=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482932 is #B7D6CD. Grayscale: #333333. Windows color (decimal): -12048078 or 3287368. OLE color: 3287368.

HSL color Cylindrical-coordinate representation of color #482932: hue angle of 342.58º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482932 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 50 -
CMYK 0 0.43 0.31 0.72
HSL 342.58º 0.27% 0.22% -
HSV(B) 342.58º 0.43% 0.28% -
XYZ 4.04 3.19 3.42 -
YUV 51.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 72 41 50 0 0.43 0.31 0.72 342.58 0.27 0.22
Hex 48 29 32 0 2B 1F 48 157 1B 16
Octal 110 51 62 0 53 37 110 527 33 26
Binary 1001000 101001 110010 0 101011 11111 1001000 101010111 11011 10110

Color Harmonies of #482932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482932

Black with #482932

Text Example


Text Example

White with #482932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482932; }

 p { color: rgb(72,41,50); }

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

background-color css

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

 a { background-color: rgb(72,41,50); }

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

border-color css

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

 span { border-color: rgb(72,41,50); }

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