Html Css Color HEX #482731 Castro

📋 copy color: '#482731'

red 72 ◦ green 39 ◦ blue 49

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

Shades of Castro #482731

Tints of Castro #482731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

 BLUE value IS 49 (19.53% from 255) = 30.63%

R = 45%
G = 24.38%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482731 (or 0x482731) is known color: Castro. HEX triplet: 48, 27 and 31. RGB value is (72,39,49). Sum of RGB (Red+Green+Blue) = 72+39+49=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482731 is #B7D8CE. Grayscale: #323232. Windows color (decimal): -12048591 or 3221320. OLE color: 3221320.

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

Color convert

RGB 72 39 49 -
CMYK 0 0.46 0.32 0.72
HSL 341.82º 0.3% 0.22% -
HSV(B) 341.82º 0.46% 0.28% -
XYZ 3.95 3.05 3.29 -
YUV 50.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 72 39 49 0 0.46 0.32 0.72 341.82 0.3 0.22
Hex 48 27 31 0 2E 20 48 156 1E 16
Octal 110 47 61 0 56 40 110 526 36 26
Binary 1001000 100111 110001 0 101110 100000 1001000 101010110 11110 10110

Color Harmonies of #482731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482731

Black with #482731

Text Example


Text Example

White with #482731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482731; }

 p { color: rgb(72,39,49); }

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

background-color css

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

 a { background-color: rgb(72,39,49); }

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

border-color css

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

 span { border-color: rgb(72,39,49); }

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