#383208

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

Shades of Maire #383208

Tints of Maire #383208

Color information

#383208 (or 0x383208) is unknown color: approx Maire. HEX triplet: 38, 32 and 08. RGB value is (56,50,8). Sum of RGB (Red+Green+Blue) = 56+50+8=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383208 is #C7CDF7. Grayscale: #2F2F2F. Windows color (decimal): -13094392 or 537144. OLE color: 537144.

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

Color convert

RGB56508-
CMYK00.110.860.78
HSL52.5º75%12.55%-
HSV(B)52.5º85.71%21.96%-
XYZ2.823.140.69-
YUV47.01105.99134.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=49.12%
G=43.86%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5650800.110.860.7852.57512.55
Hex383280B564E344bd
Octal7062100131261166411315
Binary1110001100101000010111010110100111011010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383208; }

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

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

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

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

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

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

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

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