#4B330D

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

Shades of Clinker #4B330D

Tints of Clinker #4B330D

Color information

#4B330D (or 0x4B330D) is unknown color: approx Clinker. HEX triplet: 4B, 33 and 0D. RGB value is (75,51,13). Sum of RGB (Red+Green+Blue) = 75+51+13=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B330D is #B4CCF2. Grayscale: #363636. Windows color (decimal): -11848947 or 865099. OLE color: 865099.

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

Color convert

RGB755113-
CMYK00.320.830.71
HSL36.77º70.45%17.25%-
HSV(B)36.77º82.67%29.41%-
XYZ4.163.890.91-
YUV53.84104.95143.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=53.96%
G=36.69%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75511300.320.830.7136.7770.4517.25
Hex4B33D0205347254611
Octal11363150401231074510621
Binary10010111100111101010000010100111000111100101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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