Html Css Color HEX #48262E Castro

📋 copy color: '#48262E'

red 72 ◦ green 38 ◦ blue 46

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

Shades of Castro #48262E

Tints of Castro #48262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.49%

R = 46.15%
G = 24.36%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48262E (or 0x48262E) is known color: Castro. HEX triplet: 48, 26 and 2E. RGB value is (72,38,46). Sum of RGB (Red+Green+Blue) = 72+38+46=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262E is #B7D9D1. Grayscale: #313131. Windows color (decimal): -12048850 or 3024456. OLE color: 3024456.

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

Color convert

RGB 72 38 46 -
CMYK 0 0.47 0.36 0.72
HSL 345.88º 0.31% 0.22% -
HSV(B) 345.88º 0.47% 0.28% -
XYZ 3.86 2.96 2.95 -
YUV 49.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 72 38 46 0 0.47 0.36 0.72 345.88 0.31 0.22
Hex 48 26 2E 0 2F 24 48 15A 1F 16
Octal 110 46 56 0 57 44 110 532 37 26
Binary 1001000 100110 101110 0 101111 100100 1001000 101011010 11111 10110

Color Harmonies of #48262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48262E

Black with #48262E

Text Example


Text Example

White with #48262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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