#4D330F

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

Shades of Clinker #4D330F

Tints of Clinker #4D330F

Color information

#4D330F (or 0x4D330F) is unknown color: approx Clinker. HEX triplet: 4D, 33 and 0F. RGB value is (77,51,15). Sum of RGB (Red+Green+Blue) = 77+51+15=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D330F is #B2CCF0. Grayscale: #363636. Windows color (decimal): -11717873 or 996173. OLE color: 996173.

HSL color Cylindrical-coordinate representation of color #4D330F: hue angle of 34.84º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D330F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB775115-
CMYK00.340.810.70
HSL34.84º67.39%18.04%-
HSV(B)34.84º80.52%30.2%-
XYZ4.333.980.99-
YUV54.67105.61143.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=53.85%
G=35.66%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77511500.340.810.7034.8467.3918.04
Hex4D33F0225146234312
Octal11563170421211064310322
Binary10011011100111111010001010100011000110100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D330F; }

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

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

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

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

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

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

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

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