#4B3822

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

Shades of Clinker #4B3822

Tints of Clinker #4B3822

Color information

#4B3822 (or 0x4B3822) is unknown color: approx Clinker. HEX triplet: 4B, 38 and 22. RGB value is (75,56,34). Sum of RGB (Red+Green+Blue) = 75+56+34=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3822 is #B4C7DD. Grayscale: #3B3B3B. Windows color (decimal): -11847646 or 2242635. OLE color: 2242635.

HSL color Cylindrical-coordinate representation of color #4B3822: hue angle of 32.2º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3822 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB755634-
CMYK00.250.550.71
HSL32.2º37.61%21.37%-
HSV(B)32.2º54.67%29.41%-
XYZ4.64.442.13-
YUV59.17113.79139.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=45.45%
G=33.94%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75563400.250.550.7132.237.6121.37
Hex4B38220193747202615
Octal113704203167107404625
Binary1001011111000100010011001110111100011110000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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