Html Css Color HEX #4A3533 Cocoa Bean

📋 copy color: '#4A3533'

red 74 ◦ green 53 ◦ blue 51

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

Shades of Cocoa Bean #4A3533

Tints of Cocoa Bean #4A3533

RGB

 RED value IS 74 (29.3% from 255) = 41.57%

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

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

R = 41.57%
G = 29.78%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4A3533 (or 0x4A3533) is known color: Cocoa Bean. HEX triplet: 4A, 35 and 33. RGB value is (74,53,51). Sum of RGB (Red+Green+Blue) = 74+53+51=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3533 is #B5CACC. Grayscale: #3B3B3B. Windows color (decimal): -11913933 or 3355978. OLE color: 3355978.

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

Color convert

RGB 74 53 51 -
CMYK 0 0.28 0.31 0.71
HSL 5.22º 0.18% 0.25% -
HSV(B) 5.22º 0.31% 0.29% -
XYZ 4.69 4.24 3.7 -
YUV 59.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 74 53 51 0 0.28 0.31 0.71 5.22 0.18 0.25
Hex 4A 35 33 0 1C 1F 47 5 12 19
Octal 112 65 63 0 34 37 107 5 22 31
Binary 1001010 110101 110011 0 11100 11111 1000111 101 10010 11001

Color Harmonies of #4A3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3533

Black with #4A3533

Text Example


Text Example

White with #4A3533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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