#4B381A

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

Shades of Clinker #4B381A

Tints of Clinker #4B381A

Color information

#4B381A (or 0x4B381A) is unknown color: approx Clinker. HEX triplet: 4B, 38 and 1A. RGB value is (75,56,26). Sum of RGB (Red+Green+Blue) = 75+56+26=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B381A is #B4C7E5. Grayscale: #3A3A3A. Windows color (decimal): -11847654 or 1718347. OLE color: 1718347.

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

Color convert

RGB755626-
CMYK00.250.650.71
HSL36.73º48.51%19.8%-
HSV(B)36.73º65.33%29.41%-
XYZ4.54.41.59-
YUV58.26109.79139.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.77%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=47.77%
G=35.67%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75562600.250.650.7136.7348.5119.8
Hex4B381A0194147253114
Octal1137032031101107456124
Binary1001011111000110100110011000001100011110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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