Html Css Color HEX #4B3533 Cocoa Bean

📋 copy color: '#4B3533'

red 75 ◦ green 53 ◦ blue 51

#4B3533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Bean #4B3533

Tints of Cocoa Bean #4B3533

RGB

 RED value IS 75 (29.69% from 255) = 41.9%

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 41.9%
G = 29.61%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4B3533 (or 0x4B3533) is known color: Cocoa Bean. HEX triplet: 4B, 35 and 33. RGB value is (75,53,51). Sum of RGB (Red+Green+Blue) = 75+53+51=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3533 is #B4CACC. Grayscale: #3B3B3B. Windows color (decimal): -11848397 or 3355979. OLE color: 3355979.

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

Color convert

RGB 75 53 51 -
CMYK 0 0.29 0.32 0.71
HSL 0.19% 0.25% -
HSV(B) 0.32% 0.29% -
XYZ 4.77 4.28 3.71 -
YUV 59.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 75 53 51 0 0.29 0.32 0.71 5 0.19 0.25
Hex 4B 35 33 0 1D 20 47 5 13 19
Octal 113 65 63 0 35 40 107 5 23 31
Binary 1001011 110101 110011 0 11101 100000 1000111 101 10011 11001

Color Harmonies of #4B3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3533

Black with #4B3533

Text Example


Text Example

White with #4B3533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B3533;
 }
 .AnyTagClassName
 {
   color: #4B3533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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