Html Css Color HEX #38310F Maire

📋 copy color: '#38310F'

red 56 ◦ green 49 ◦ blue 15

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

Shades of Maire #38310F

Tints of Maire #38310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 46.67%
G = 40.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38310F (or 0x38310F) is known color: Maire. HEX triplet: 38, 31 and 0F. RGB value is (56,49,15). Sum of RGB (Red+Green+Blue) = 56+49+15=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38310F is #C7CEF0. Grayscale: #2F2F2F. Windows color (decimal): -13094641 or 995640. OLE color: 995640.

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

Color convert

RGB 56 49 15 -
CMYK 0 0.12 0.73 0.78
HSL 49.76º 0.58% 0.14% -
HSV(B) 49.76º 0.73% 0.22% -
XYZ 2.82 3.07 0.9 -
YUV 47.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 56 49 15 0 0.12 0.73 0.78 49.76 0.58 0.14
Hex 38 31 F 0 C 49 4E 32 3A E
Octal 70 61 17 0 14 111 116 62 72 16
Binary 111000 110001 1111 0 1100 1001001 1001110 110010 111010 1110

Color Harmonies of #38310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38310F

Black with #38310F

Text Example


Text Example

White with #38310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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