Html Css Color HEX #482733 Castro

📋 copy color: '#482733'

red 72 ◦ green 39 ◦ blue 51

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

Shades of Castro #482733

Tints of Castro #482733

RGB

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

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

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

R = 44.44%
G = 24.07%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482733 (or 0x482733) is known color: Castro. HEX triplet: 48, 27 and 33. RGB value is (72,39,51). Sum of RGB (Red+Green+Blue) = 72+39+51=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482733 is #B7D8CC. Grayscale: #323232. Windows color (decimal): -12048589 or 3352392. OLE color: 3352392.

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

Color convert

RGB 72 39 51 -
CMYK 0 0.46 0.29 0.72
HSL 338.18º 0.3% 0.22% -
HSV(B) 338.18º 0.46% 0.28% -
XYZ 4 3.07 3.51 -
YUV 50.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 72 39 51 0 0.46 0.29 0.72 338.18 0.3 0.22
Hex 48 27 33 0 2E 1D 48 152 1E 16
Octal 110 47 63 0 56 35 110 522 36 26
Binary 1001000 100111 110011 0 101110 11101 1001000 101010010 11110 10110

Color Harmonies of #482733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482733

Black with #482733

Text Example


Text Example

White with #482733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482733; }

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

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

background-color css

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

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

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

border-color css

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

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

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