#38330F

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

Shades of Maire #38330F

Tints of Maire #38330F

Color information

#38330F (or 0x38330F) is unknown color: approx Maire. HEX triplet: 38, 33 and 0F. RGB value is (56,51,15). Sum of RGB (Red+Green+Blue) = 56+51+15=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330F is #C7CCF0. Grayscale: #303030. Windows color (decimal): -13094129 or 996152. OLE color: 996152.

HSL color Cylindrical-coordinate representation of color #38330F: hue angle of 52.68º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38330F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB565115-
CMYK00.090.730.78
HSL52.68º57.75%13.92%-
HSV(B)52.68º73.21%21.96%-
XYZ2.93.240.92-
YUV48.39109.16133.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=45.90%
G=41.80%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56511500.090.730.7852.6857.7513.92
Hex3833F09494E353ae
Octal706317011111116657216
Binary111000110011111101001100100110011101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38330F; }

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

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

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

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

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

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

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

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