#4B3635

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

Shades of Cocoa Bean #4B3635

Tints of Cocoa Bean #4B3635

Color information

#4B3635 (or 0x4B3635) is unknown color: approx Cocoa Bean. HEX triplet: 4B, 36 and 35. RGB value is (75,54,53). Sum of RGB (Red+Green+Blue) = 75+54+53=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3635 is #B4C9CA. Grayscale: #3C3C3C. Windows color (decimal): -11848139 or 3487307. OLE color: 3487307.

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

Color convert

RGB755453-
CMYK00.280.290.71
HSL2.73º17.19%25.1%-
HSV(B)2.73º29.33%29.41%-
XYZ4.864.393.96-
YUV60.16123.96138.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=41.21%
G=29.67%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75545300.280.290.712.7317.1925.1
Hex4B363501C1D4731119
Octal11366650343510732131
Binary1001011110110110101011100111011000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,53); }

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

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

 a { background-color: rgb(75,54,53); }

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

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

 span { border-color: rgb(75,54,53); }

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