#4D3509

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

Shades of Clinker #4D3509

Tints of Clinker #4D3509

Color information

#4D3509 (or 0x4D3509) is unknown color: approx Clinker. HEX triplet: 4D, 35 and 09. RGB value is (77,53,9). Sum of RGB (Red+Green+Blue) = 77+53+9=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3509 is #B2CAF6. Grayscale: #373737. Windows color (decimal): -11717367 or 603469. OLE color: 603469.

HSL color Cylindrical-coordinate representation of color #4D3509: hue angle of 38.82º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D3509 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB77539-
CMYK00.310.880.70
HSL38.82º79.07%16.86%-
HSV(B)38.82º88.31%30.2%-
XYZ4.384.140.83-
YUV55.16101.95143.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=55.40%
G=38.13%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7753900.310.880.7038.8279.0716.86
Hex4D35901F5846274f11
Octal11565110371301064711721
Binary1001101110101100101111110110001000110100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,9); }

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

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

 a { background-color: rgb(77,53,9); }

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

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

 span { border-color: rgb(77,53,9); }

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