#4B300C

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

Shades of Clinker #4B300C

Tints of Clinker #4B300C

Color information

#4B300C (or 0x4B300C) is unknown color: approx Clinker. HEX triplet: 4B, 30 and 0C. RGB value is (75,48,12). Sum of RGB (Red+Green+Blue) = 75+48+12=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B300C is #B4CFF3. Grayscale: #343434. Windows color (decimal): -11849716 or 798795. OLE color: 798795.

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

Color convert

RGB754812-
CMYK00.360.840.71
HSL34.29º72.41%17.06%-
HSV(B)34.29º84%29.41%-
XYZ4.023.640.84-
YUV51.97105.45144.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=55.56%
G=35.56%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75481200.360.840.7134.2972.4117.06
Hex4B30C0245447224811
Octal11360140441241074211021
Binary10010111100001100010010010101001000111100010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,12); }

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

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

 a { background-color: rgb(75,48,12); }

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

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

 span { border-color: rgb(75,48,12); }

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