Html Css Color HEX #383010 Mikado

📋 copy color: '#383010'

red 56 ◦ green 48 ◦ blue 16

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

Shades of Mikado #383010

Tints of Mikado #383010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#383010 (or 0x383010) is known color: Mikado. HEX triplet: 38, 30 and 10. RGB value is (56,48,16). Sum of RGB (Red+Green+Blue) = 56+48+16=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #383010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383010 is #C7CFEF. Grayscale: #2E2E2E. Windows color (decimal): -13094896 or 1060920. OLE color: 1060920.

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

Color convert

RGB 56 48 16 -
CMYK 0 0.14 0.71 0.78
HSL 48º 0.56% 0.14% -
HSV(B) 48º 0.71% 0.22% -
XYZ 2.78 2.99 0.92 -
YUV 46.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 56 48 16 0 0.14 0.71 0.78 48 0.56 0.14
Hex 38 30 10 0 E 47 4E 30 38 E
Octal 70 60 20 0 16 107 116 60 70 16
Binary 111000 110000 10000 0 1110 1000111 1001110 110000 111000 1110

Color Harmonies of #383010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383010

Black with #383010

Text Example


Text Example

White with #383010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383010; }

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

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

background-color css

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

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

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

border-color css

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

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

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