Html Css Color HEX #38300E Mikado

📋 copy color: '#38300E'

red 56 ◦ green 48 ◦ blue 14

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

Shades of Mikado #38300E

Tints of Mikado #38300E

RGB

 RED value IS 56 (22.27% from 255) = 47.46%

 GREEN value IS 48 (19.14% from 255) = 40.68%

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

R = 47.46%
G = 40.68%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38300E (or 0x38300E) is known color: Mikado. HEX triplet: 38, 30 and 0E. RGB value is (56,48,14). Sum of RGB (Red+Green+Blue) = 56+48+14=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38300E is #C7CFF1. Grayscale: #2E2E2E. Windows color (decimal): -13094898 or 929848. OLE color: 929848.

HSL color Cylindrical-coordinate representation of color #38300E: hue angle of 48.57º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38300E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 48 14 -
CMYK 0 0.14 0.75 0.78
HSL 48.57º 0.6% 0.14% -
HSV(B) 48.57º 0.75% 0.22% -
XYZ 2.77 2.99 0.85 -
YUV 46.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 56 48 14 0 0.14 0.75 0.78 48.57 0.6 0.14
Hex 38 30 E 0 E 4B 4E 31 3C E
Octal 70 60 16 0 16 113 116 61 74 16
Binary 111000 110000 1110 0 1110 1001011 1001110 110001 111100 1110

Color Harmonies of #38300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38300E

Black with #38300E

Text Example


Text Example

White with #38300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,48,14); }

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

background-color css

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

 a { background-color: rgb(56,48,14); }

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

border-color css

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

 span { border-color: rgb(56,48,14); }

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