Html Css Color HEX #383310 Maire

📋 copy color: '#383310'

red 56 ◦ green 51 ◦ blue 16

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

Shades of Maire #383310

Tints of Maire #383310

RGB

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

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

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

R = 45.53%
G = 41.46%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#383310 (or 0x383310) is known color: Maire. HEX triplet: 38, 33 and 10. RGB value is (56,51,16). Sum of RGB (Red+Green+Blue) = 56+51+16=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #383310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383310 is #C7CCEF. Grayscale: #303030. Windows color (decimal): -13094128 or 1061688. OLE color: 1061688.

HSL color Cylindrical-coordinate representation of color #383310: hue angle of 52.5º 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 #383310 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 16 -
CMYK 0 0.09 0.71 0.78
HSL 52.5º 0.56% 0.14% -
HSV(B) 52.5º 0.71% 0.22% -
XYZ 2.91 3.25 0.96 -
YUV 48.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 56 51 16 0 0.09 0.71 0.78 52.5 0.56 0.14
Hex 38 33 10 0 9 47 4E 34 38 E
Octal 70 63 20 0 11 107 116 64 70 16
Binary 111000 110011 10000 0 1001 1000111 1001110 110100 111000 1110

Color Harmonies of #383310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383310

Black with #383310

Text Example


Text Example

White with #383310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383310; }

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

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

background-color css

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

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

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

border-color css

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

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

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