Html Css Color HEX #482732 Castro

📋 copy color: '#482732'

red 72 ◦ green 39 ◦ blue 50

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

Shades of Castro #482732

Tints of Castro #482732

RGB

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

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

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

R = 44.72%
G = 24.22%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482732 (or 0x482732) is known color: Castro. HEX triplet: 48, 27 and 32. RGB value is (72,39,50). Sum of RGB (Red+Green+Blue) = 72+39+50=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482732 is #B7D8CD. Grayscale: #323232. Windows color (decimal): -12048590 or 3286856. OLE color: 3286856.

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

Color convert

RGB 72 39 50 -
CMYK 0 0.46 0.31 0.72
HSL 340º 0.3% 0.22% -
HSV(B) 340º 0.46% 0.28% -
XYZ 3.97 3.06 3.4 -
YUV 50.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 72 39 50 0 0.46 0.31 0.72 340 0.3 0.22
Hex 48 27 32 0 2E 1F 48 154 1E 16
Octal 110 47 62 0 56 37 110 524 36 26
Binary 1001000 100111 110010 0 101110 11111 1001000 101010100 11110 10110

Color Harmonies of #482732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482732

Black with #482732

Text Example


Text Example

White with #482732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482732; }

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

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

background-color css

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

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

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

border-color css

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

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

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