Html Css Color HEX #352E27 Coffee Bean

📋 copy color: '#352E27'

red 53 ◦ green 46 ◦ blue 39

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

Shades of Coffee Bean #352E27

Tints of Coffee Bean #352E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 38.41%
G = 33.33%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352E27 (or 0x352E27) is known color: Coffee Bean. HEX triplet: 35, 2E and 27. RGB value is (53,46,39). Sum of RGB (Red+Green+Blue) = 53+46+39=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E27 is #CAD1D8. Grayscale: #2F2F2F. Windows color (decimal): -13291993 or 2567733. OLE color: 2567733.

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

Color convert

RGB 53 46 39 -
CMYK 0 0.13 0.26 0.79
HSL 30º 0.15% 0.18% -
HSV(B) 30º 0.26% 0.21% -
XYZ 2.81 2.86 2.32 -
YUV 47.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 53 46 39 0 0.13 0.26 0.79 30 0.15 0.18
Hex 35 2E 27 0 D 1A 4F 1E F 12
Octal 65 56 47 0 15 32 117 36 17 22
Binary 110101 101110 100111 0 1101 11010 1001111 11110 1111 10010

Color Harmonies of #352E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E27

Black with #352E27

Text Example


Text Example

White with #352E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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