Html Css Color HEX #482735 Castro

📋 copy color: '#482735'

red 72 ◦ green 39 ◦ blue 53

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

Shades of Castro #482735

Tints of Castro #482735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.32%

R = 43.9%
G = 23.78%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#482735 (or 0x482735) is known color: Castro. HEX triplet: 48, 27 and 35. RGB value is (72,39,53). Sum of RGB (Red+Green+Blue) = 72+39+53=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482735 is #B7D8CA. Grayscale: #323232. Windows color (decimal): -12048587 or 3483464. OLE color: 3483464.

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

Color convert

RGB 72 39 53 -
CMYK 0 0.46 0.26 0.72
HSL 334.55º 0.3% 0.22% -
HSV(B) 334.55º 0.46% 0.28% -
XYZ 4.04 3.09 3.75 -
YUV 50.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 72 39 53 0 0.46 0.26 0.72 334.55 0.3 0.22
Hex 48 27 35 0 2E 1A 48 14F 1E 16
Octal 110 47 65 0 56 32 110 517 36 26
Binary 1001000 100111 110101 0 101110 11010 1001000 101001111 11110 10110

Color Harmonies of #482735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482735

Black with #482735

Text Example


Text Example

White with #482735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482735; }

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

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

background-color css

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

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

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

border-color css

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

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

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