Html Css Color HEX #48381A Mikado

📋 copy color: '#48381A'

red 72 ◦ green 56 ◦ blue 26

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

Shades of Mikado #48381A

Tints of Mikado #48381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 46.75%
G = 36.36%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48381A (or 0x48381A) is known color: Mikado. HEX triplet: 48, 38 and 1A. RGB value is (72,56,26). Sum of RGB (Red+Green+Blue) = 72+56+26=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48381A is #B7C7E5. Grayscale: #393939. Windows color (decimal): -12044262 or 1718344. OLE color: 1718344.

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

Color convert

RGB 72 56 26 -
CMYK 0 0.22 0.64 0.72
HSL 39.13º 0.47% 0.19% -
HSV(B) 39.13º 0.64% 0.28% -
XYZ 4.27 4.28 1.58 -
YUV 57.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 72 56 26 0 0.22 0.64 0.72 39.13 0.47 0.19
Hex 48 38 1A 0 16 40 48 27 2F 13
Octal 110 70 32 0 26 100 110 47 57 23
Binary 1001000 111000 11010 0 10110 1000000 1001000 100111 101111 10011

Color Harmonies of #48381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48381A

Black with #48381A

Text Example


Text Example

White with #48381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48381A; }

 p { color: rgb(72,56,26); }

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

background-color css

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

 a { background-color: rgb(72,56,26); }

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

border-color css

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

 span { border-color: rgb(72,56,26); }

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