Html Css Color HEX #482933 Castro

📋 copy color: '#482933'

red 72 ◦ green 41 ◦ blue 51

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

Shades of Castro #482933

Tints of Castro #482933

RGB

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

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

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

R = 43.9%
G = 25%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482933 (or 0x482933) is known color: Castro. HEX triplet: 48, 29 and 33. RGB value is (72,41,51). Sum of RGB (Red+Green+Blue) = 72+41+51=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482933 is #B7D6CC. Grayscale: #333333. Windows color (decimal): -12048077 or 3352904. OLE color: 3352904.

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

Color convert

RGB 72 41 51 -
CMYK 0 0.43 0.29 0.72
HSL 340.65º 0.27% 0.22% -
HSV(B) 340.65º 0.43% 0.28% -
XYZ 4.06 3.2 3.54 -
YUV 51.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 72 41 51 0 0.43 0.29 0.72 340.65 0.27 0.22
Hex 48 29 33 0 2B 1D 48 155 1B 16
Octal 110 51 63 0 53 35 110 525 33 26
Binary 1001000 101001 110011 0 101011 11101 1001000 101010101 11011 10110

Color Harmonies of #482933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482933

Black with #482933

Text Example


Text Example

White with #482933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482933; }

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

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

background-color css

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

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

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

border-color css

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

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

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