Html Css Color HEX #383312 Maire

📋 copy color: '#383312'

red 56 ◦ green 51 ◦ blue 18

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

Shades of Maire #383312

Tints of Maire #383312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 44.8%
G = 40.8%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#383312 (or 0x383312) is known color: Maire. HEX triplet: 38, 33 and 12. RGB value is (56,51,18). Sum of RGB (Red+Green+Blue) = 56+51+18=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #383312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383312 is #C7CCED. Grayscale: #303030. Windows color (decimal): -13094126 or 1192760. OLE color: 1192760.

HSL color Cylindrical-coordinate representation of color #383312: hue angle of 52.11º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383312 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 18 -
CMYK 0 0.09 0.68 0.78
HSL 52.11º 0.51% 0.15% -
HSV(B) 52.11º 0.68% 0.22% -
XYZ 2.92 3.25 1.05 -
YUV 48.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 56 51 18 0 0.09 0.68 0.78 52.11 0.51 0.15
Hex 38 33 12 0 9 44 4E 34 33 F
Octal 70 63 22 0 11 104 116 64 63 17
Binary 111000 110011 10010 0 1001 1000100 1001110 110100 110011 1111

Color Harmonies of #383312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383312

Black with #383312

Text Example


Text Example

White with #383312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383312; }

 p { color: rgb(56,51,18); }

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

background-color css

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

 a { background-color: rgb(56,51,18); }

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

border-color css

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

 span { border-color: rgb(56,51,18); }

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