Html Css Color HEX #48340E Mikado

📋 copy color: '#48340E'

red 72 ◦ green 52 ◦ blue 14

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

Shades of Mikado #48340E

Tints of Mikado #48340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 14 (5.86% from 255) = 10.14%

R = 52.17%
G = 37.68%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48340E (or 0x48340E) is known color: Mikado. HEX triplet: 48, 34 and 0E. RGB value is (72,52,14). Sum of RGB (Red+Green+Blue) = 72+52+14=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48340E is #B7CBF1. Grayscale: #353535. Windows color (decimal): -12045298 or 930888. OLE color: 930888.

HSL color Cylindrical-coordinate representation of color #48340E: hue angle of 39.31º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48340E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 14 -
CMYK 0 0.28 0.81 0.72
HSL 39.31º 0.67% 0.17% -
HSV(B) 39.31º 0.81% 0.28% -
XYZ 3.98 3.87 0.95 -
YUV 53.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 72 52 14 0 0.28 0.81 0.72 39.31 0.67 0.17
Hex 48 34 E 0 1C 51 48 27 43 11
Octal 110 64 16 0 34 121 110 47 103 21
Binary 1001000 110100 1110 0 11100 1010001 1001000 100111 1000011 10001

Color Harmonies of #48340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48340E

Black with #48340E

Text Example


Text Example

White with #48340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,52,14); }

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

background-color css

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

 a { background-color: rgb(72,52,14); }

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

border-color css

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

 span { border-color: rgb(72,52,14); }

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