Html Css Color HEX #352E2A Coffee Bean

📋 copy color: '#352E2A'

red 53 ◦ green 46 ◦ blue 42

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

Shades of Coffee Bean #352E2A

Tints of Coffee Bean #352E2A

RGB

 RED value IS 53 (21.09% from 255) = 37.59%

 GREEN value IS 46 (18.36% from 255) = 32.62%

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 37.59%
G = 32.62%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#352E2A (or 0x352E2A) is known color: Coffee Bean. HEX triplet: 35, 2E and 2A. RGB value is (53,46,42). Sum of RGB (Red+Green+Blue) = 53+46+42=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E2A is #CAD1D5. Grayscale: #2F2F2F. Windows color (decimal): -13291990 or 2764341. OLE color: 2764341.

HSL color Cylindrical-coordinate representation of color #352E2A: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352E2A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 46 42 -
CMYK 0 0.13 0.21 0.79
HSL 21.82º 0.12% 0.19% -
HSV(B) 21.82º 0.21% 0.21% -
XYZ 2.86 2.88 2.6 -
YUV 47.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 53 46 42 0 0.13 0.21 0.79 21.82 0.12 0.19
Hex 35 2E 2A 0 D 15 4F 16 C 13
Octal 65 56 52 0 15 25 117 26 14 23
Binary 110101 101110 101010 0 1101 10101 1001111 10110 1100 10011

Color Harmonies of #352E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E2A

Black with #352E2A

Text Example


Text Example

White with #352E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E2A; }

 p { color: rgb(53,46,42); }

 H1.HeaderClassName
 {
   color: #352E2A;
 }
 .AnyTagClassName
 {
   color: #352E2A;
 }
</style>

background-color css

<style>
 a { background-color: #352E2A; }

 a { background-color: rgb(53,46,42); }

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

border-color css

<style>
 span { border-color: #352E2A; }

 span { border-color: rgb(53,46,42); }

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