Html Css Color HEX #482632 Castro

📋 copy color: '#482632'

red 72 ◦ green 38 ◦ blue 50

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

Shades of Castro #482632

Tints of Castro #482632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

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

R = 45%
G = 23.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482632 (or 0x482632) is known color: Castro. HEX triplet: 48, 26 and 32. RGB value is (72,38,50). Sum of RGB (Red+Green+Blue) = 72+38+50=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482632 is #B7D9CD. Grayscale: #313131. Windows color (decimal): -12048846 or 3286600. OLE color: 3286600.

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

Color convert

RGB 72 38 50 -
CMYK 0 0.47 0.31 0.72
HSL 338.82º 0.31% 0.22% -
HSV(B) 338.82º 0.47% 0.28% -
XYZ 3.94 2.99 3.39 -
YUV 49.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 72 38 50 0 0.47 0.31 0.72 338.82 0.31 0.22
Hex 48 26 32 0 2F 1F 48 153 1F 16
Octal 110 46 62 0 57 37 110 523 37 26
Binary 1001000 100110 110010 0 101111 11111 1001000 101010011 11111 10110

Color Harmonies of #482632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482632

Black with #482632

Text Example


Text Example

White with #482632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482632; }

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

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

background-color css

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

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

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

border-color css

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

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

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