#383308

Color #383308 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #383308

Tints of Maire #383308

Color information

#383308 (or 0x383308) is unknown color: approx Maire. HEX triplet: 38, 33 and 08. RGB value is (56,51,8). Sum of RGB (Red+Green+Blue) = 56+51+8=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #383308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383308 is #C7CCF7. Grayscale: #2F2F2F. Windows color (decimal): -13094136 or 537400. OLE color: 537400.

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

Color convert

RGB56518-
CMYK00.090.860.78
HSL53.75º75%12.55%-
HSV(B)53.75º85.71%21.96%-
XYZ2.863.230.7-
YUV47.59105.66134-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=48.70%
G=44.35%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651800.090.860.7853.757512.55
Hex3833809564E364bd
Octal7063100111261166611315
Binary1110001100111000010011010110100111011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383308; }

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

 H1.HeaderClassName
 {
   color: #383308;
 }
 .AnyTagClassName
 {
   color: #383308;
 }
</style>
background-color css

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

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

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

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

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

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