#4B341A

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

Shades of Clinker #4B341A

Tints of Clinker #4B341A

Color information

#4B341A (or 0x4B341A) is unknown color: approx Clinker. HEX triplet: 4B, 34 and 1A. RGB value is (75,52,26). Sum of RGB (Red+Green+Blue) = 75+52+26=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B341A is #B4CBE5. Grayscale: #383838. Windows color (decimal): -11848678 or 1717323. OLE color: 1717323.

HSL color Cylindrical-coordinate representation of color #4B341A: hue angle of 31.84º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B341A is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB755226-
CMYK00.310.650.71
HSL31.84º48.51%19.8%-
HSV(B)31.84º65.33%29.41%-
XYZ4.324.031.53-
YUV55.91111.12141.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=49.02%
G=33.99%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75522600.310.650.7131.8448.5119.8
Hex4B341A01F4147203114
Octal1136432037101107406124
Binary1001011110100110100111111000001100011110000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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