#4B330E

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

Shades of Clinker #4B330E

Tints of Clinker #4B330E

Color information

#4B330E (or 0x4B330E) is unknown color: approx Clinker. HEX triplet: 4B, 33 and 0E. RGB value is (75,51,14). Sum of RGB (Red+Green+Blue) = 75+51+14=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B330E is #B4CCF1. Grayscale: #363636. Windows color (decimal): -11848946 or 930635. OLE color: 930635.

HSL color Cylindrical-coordinate representation of color #4B330E: hue angle of 36.39º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B330E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB755114-
CMYK00.320.810.71
HSL36.39º68.54%17.45%-
HSV(B)36.39º81.33%29.41%-
XYZ4.163.90.95-
YUV53.96105.45143.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 14 (5.86% from 255) = 10%
R=53.57%
G=36.43%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75511400.320.810.7136.3968.5417.45
Hex4B33E0205147244511
Octal11363160401211074410521
Binary10010111100111110010000010100011000111100100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,14); }

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

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

 a { background-color: rgb(75,51,14); }

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

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

 span { border-color: rgb(75,51,14); }

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