Html Css Color HEX #482A35 Castro

📋 copy color: '#482A35'

red 72 ◦ green 42 ◦ blue 53

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

Shades of Castro #482A35

Tints of Castro #482A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.15%

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

R = 43.11%
G = 25.15%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#482A35 (or 0x482A35) is known color: Castro. HEX triplet: 48, 2A and 35. RGB value is (72,42,53). Sum of RGB (Red+Green+Blue) = 72+42+53=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A35 is #B7D5CA. Grayscale: #343434. Windows color (decimal): -12047819 or 3484232. OLE color: 3484232.

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

Color convert

RGB 72 42 53 -
CMYK 0 0.42 0.26 0.72
HSL 338º 0.26% 0.22% -
HSV(B) 338º 0.42% 0.28% -
XYZ 4.14 3.29 3.78 -
YUV 52.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 72 42 53 0 0.42 0.26 0.72 338 0.26 0.22
Hex 48 2A 35 0 2A 1A 48 152 1A 16
Octal 110 52 65 0 52 32 110 522 32 26
Binary 1001000 101010 110101 0 101010 11010 1001000 101010010 11010 10110

Color Harmonies of #482A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A35

Black with #482A35

Text Example


Text Example

White with #482A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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