#4B3209

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

Shades of Clinker #4B3209

Tints of Clinker #4B3209

Color information

#4B3209 (or 0x4B3209) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 09. RGB value is (75,50,9). Sum of RGB (Red+Green+Blue) = 75+50+9=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3209 is #B4CDF6. Grayscale: #343434. Windows color (decimal): -11849207 or 602699. OLE color: 602699.

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

Color convert

RGB75509-
CMYK00.330.880.71
HSL37.27º78.57%16.47%-
HSV(B)37.27º88%29.41%-
XYZ4.093.80.78-
YUV52.8103.28143.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=55.97%
G=37.31%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7550900.330.880.7137.2778.5716.47
Hex4B3290215847254f10
Octal11362110411301074511720
Binary10010111100101001010000110110001000111100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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