Html Css Color HEX #38310C Maire

📋 copy color: '#38310C'

red 56 ◦ green 49 ◦ blue 12

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

Shades of Maire #38310C

Tints of Maire #38310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 47.86%
G = 41.88%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38310C (or 0x38310C) is known color: Maire. HEX triplet: 38, 31 and 0C. RGB value is (56,49,12). Sum of RGB (Red+Green+Blue) = 56+49+12=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38310C is #C7CEF3. Grayscale: #2F2F2F. Windows color (decimal): -13094644 or 799032. OLE color: 799032.

HSL color Cylindrical-coordinate representation of color #38310C: hue angle of 50.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38310C is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 12 -
CMYK 0 0.12 0.79 0.78
HSL 50.45º 0.65% 0.13% -
HSV(B) 50.45º 0.79% 0.22% -
XYZ 2.8 3.06 0.79 -
YUV 46.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 56 49 12 0 0.12 0.79 0.78 50.45 0.65 0.13
Hex 38 31 C 0 C 4F 4E 32 41 D
Octal 70 61 14 0 14 117 116 62 101 15
Binary 111000 110001 1100 0 1100 1001111 1001110 110010 1000001 1101

Color Harmonies of #38310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38310C

Black with #38310C

Text Example


Text Example

White with #38310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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