#4B3409

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

Shades of Clinker #4B3409

Tints of Clinker #4B3409

Color information

#4B3409 (or 0x4B3409) is unknown color: approx Clinker. HEX triplet: 4B, 34 and 09. RGB value is (75,52,9). Sum of RGB (Red+Green+Blue) = 75+52+9=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3409 is #B4CBF6. Grayscale: #363636. Windows color (decimal): -11848695 or 603211. OLE color: 603211.

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

Color convert

RGB75529-
CMYK00.310.880.71
HSL39.09º78.57%16.47%-
HSV(B)39.09º88%29.41%-
XYZ4.183.970.8-
YUV53.98102.62143-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.15%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=55.15%
G=38.24%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7552900.310.880.7139.0978.5716.47
Hex4B34901F5847274f10
Octal11364110371301074711720
Binary1001011110100100101111110110001000111100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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