Html Css Color HEX #383313 Maire

📋 copy color: '#383313'

red 56 ◦ green 51 ◦ blue 19

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

Shades of Maire #383313

Tints of Maire #383313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 44.44%
G = 40.48%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#383313 (or 0x383313) is known color: Maire. HEX triplet: 38, 33 and 13. RGB value is (56,51,19). Sum of RGB (Red+Green+Blue) = 56+51+19=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383313 is #C7CCEC. Grayscale: #303030. Windows color (decimal): -13094125 or 1258296. OLE color: 1258296.

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

Color convert

RGB 56 51 19 -
CMYK 0 0.09 0.66 0.78
HSL 51.89º 0.49% 0.15% -
HSV(B) 51.89º 0.66% 0.22% -
XYZ 2.93 3.26 1.09 -
YUV 48.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 56 51 19 0 0.09 0.66 0.78 51.89 0.49 0.15
Hex 38 33 13 0 9 42 4E 34 31 F
Octal 70 63 23 0 11 102 116 64 61 17
Binary 111000 110011 10011 0 1001 1000010 1001110 110100 110001 1111

Color Harmonies of #383313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383313

Black with #383313

Text Example


Text Example

White with #383313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383313; }

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

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

background-color css

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

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

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

border-color css

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

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

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