Html Css Color HEX #482934 Castro

📋 copy color: '#482934'

red 72 ◦ green 41 ◦ blue 52

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

Shades of Castro #482934

Tints of Castro #482934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 43.64%
G = 24.85%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#482934 (or 0x482934) is known color: Castro. HEX triplet: 48, 29 and 34. RGB value is (72,41,52). Sum of RGB (Red+Green+Blue) = 72+41+52=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482934 is #B7D6CB. Grayscale: #333333. Windows color (decimal): -12048076 or 3418440. OLE color: 3418440.

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

Color convert

RGB 72 41 52 -
CMYK 0 0.43 0.28 0.72
HSL 338.71º 0.27% 0.22% -
HSV(B) 338.71º 0.43% 0.28% -
XYZ 4.09 3.21 3.65 -
YUV 51.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 72 41 52 0 0.43 0.28 0.72 338.71 0.27 0.22
Hex 48 29 34 0 2B 1C 48 153 1B 16
Octal 110 51 64 0 53 34 110 523 33 26
Binary 1001000 101001 110100 0 101011 11100 1001000 101010011 11011 10110

Color Harmonies of #482934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482934

Black with #482934

Text Example


Text Example

White with #482934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482934; }

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

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

background-color css

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

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

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

border-color css

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

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

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