#4D3409

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

Shades of Clinker #4D3409

Tints of Clinker #4D3409

Color information

#4D3409 (or 0x4D3409) is unknown color: approx Clinker. HEX triplet: 4D, 34 and 09. RGB value is (77,52,9). Sum of RGB (Red+Green+Blue) = 77+52+9=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3409 is #B2CBF6. Grayscale: #363636. Windows color (decimal): -11717623 or 603213. OLE color: 603213.

HSL color Cylindrical-coordinate representation of color #4D3409: hue angle of 37.94º 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 #4D3409 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB77529-
CMYK00.320.880.70
HSL37.94º79.07%16.86%-
HSV(B)37.94º88.31%30.2%-
XYZ4.344.050.81-
YUV54.57102.28144-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.80%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=55.80%
G=37.68%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7752900.320.880.7037.9479.0716.86
Hex4D3490205846264f11
Octal11564110401301064611721
Binary10011011101001001010000010110001000110100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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