Html Css Color HEX #38310E Maire

📋 copy color: '#38310E'

red 56 ◦ green 49 ◦ blue 14

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

Shades of Maire #38310E

Tints of Maire #38310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.18%

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

R = 47.06%
G = 41.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38310E (or 0x38310E) is known color: Maire. HEX triplet: 38, 31 and 0E. RGB value is (56,49,14). Sum of RGB (Red+Green+Blue) = 56+49+14=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38310E is #C7CEF1. Grayscale: #2F2F2F. Windows color (decimal): -13094642 or 930104. OLE color: 930104.

HSL color Cylindrical-coordinate representation of color #38310E: hue angle of 50º 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 #38310E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 14 -
CMYK 0 0.12 0.75 0.78
HSL 50º 0.6% 0.14% -
HSV(B) 50º 0.75% 0.22% -
XYZ 2.81 3.07 0.86 -
YUV 47.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 56 49 14 0 0.12 0.75 0.78 50 0.6 0.14
Hex 38 31 E 0 C 4B 4E 32 3C E
Octal 70 61 16 0 14 113 116 62 74 16
Binary 111000 110001 1110 0 1100 1001011 1001110 110010 111100 1110

Color Harmonies of #38310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38310E

Black with #38310E

Text Example


Text Example

White with #38310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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