Html Css Color HEX #482633 Castro

📋 copy color: '#482633'

red 72 ◦ green 38 ◦ blue 51

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

Shades of Castro #482633

Tints of Castro #482633

RGB

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

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

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

R = 44.72%
G = 23.6%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482633 (or 0x482633) is known color: Castro. HEX triplet: 48, 26 and 33. RGB value is (72,38,51). Sum of RGB (Red+Green+Blue) = 72+38+51=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482633 is #B7D9CC. Grayscale: #313131. Windows color (decimal): -12048845 or 3352136. OLE color: 3352136.

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

Color convert

RGB 72 38 51 -
CMYK 0 0.47 0.29 0.72
HSL 337.06º 0.31% 0.22% -
HSV(B) 337.06º 0.47% 0.28% -
XYZ 3.96 3 3.5 -
YUV 49.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 72 38 51 0 0.47 0.29 0.72 337.06 0.31 0.22
Hex 48 26 33 0 2F 1D 48 151 1F 16
Octal 110 46 63 0 57 35 110 521 37 26
Binary 1001000 100110 110011 0 101111 11101 1001000 101010001 11111 10110

Color Harmonies of #482633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482633

Black with #482633

Text Example


Text Example

White with #482633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482633; }

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

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

background-color css

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

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

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

border-color css

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

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

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