#4B3109

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

Shades of Clinker #4B3109

Tints of Clinker #4B3109

Color information

#4B3109 (or 0x4B3109) is unknown color: approx Clinker. HEX triplet: 4B, 31 and 09. RGB value is (75,49,9). Sum of RGB (Red+Green+Blue) = 75+49+9=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3109 is #B4CEF6. Grayscale: #343434. Windows color (decimal): -11849463 or 602443. OLE color: 602443.

HSL color Cylindrical-coordinate representation of color #4B3109: hue angle of 36.36º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B3109 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB75499-
CMYK00.350.880.71
HSL36.36º78.57%16.47%-
HSV(B)36.36º88%29.41%-
XYZ4.053.710.76-
YUV52.21103.61144.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=56.39%
G=36.84%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7549900.350.880.7136.3678.5716.47
Hex4B3190235847244f10
Octal11361110431301074411720
Binary10010111100011001010001110110001000111100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,9); }

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

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

 a { background-color: rgb(75,49,9); }

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

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

 span { border-color: rgb(75,49,9); }

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