Html Css Color HEX #362F29 Coffee Bean

📋 copy color: '#362F29'

red 54 ◦ green 47 ◦ blue 41

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

Shades of Coffee Bean #362F29

Tints of Coffee Bean #362F29

RGB

 RED value IS 54 (21.48% from 255) = 38.03%

 GREEN value IS 47 (18.75% from 255) = 33.1%

 BLUE value IS 41 (16.41% from 255) = 28.87%

R = 38.03%
G = 33.1%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#362F29 (or 0x362F29) is known color: Coffee Bean. HEX triplet: 36, 2F and 29. RGB value is (54,47,41). Sum of RGB (Red+Green+Blue) = 54+47+41=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #362F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F29 is #C9D0D6. Grayscale: #303030. Windows color (decimal): -13226199 or 2699062. OLE color: 2699062.

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

Color convert

RGB 54 47 41 -
CMYK 0 0.13 0.24 0.79
HSL 27.69º 0.14% 0.19% -
HSV(B) 27.69º 0.24% 0.21% -
XYZ 2.94 2.98 2.52 -
YUV 48.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 54 47 41 0 0.13 0.24 0.79 27.69 0.14 0.19
Hex 36 2F 29 0 D 18 4F 1C E 13
Octal 66 57 51 0 15 30 117 34 16 23
Binary 110110 101111 101001 0 1101 11000 1001111 11100 1110 10011

Color Harmonies of #362F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362F29

Black with #362F29

Text Example


Text Example

White with #362F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362F29; }

 p { color: rgb(54,47,41); }

 H1.HeaderClassName
 {
   color: #362F29;
 }
 .AnyTagClassName
 {
   color: #362F29;
 }
</style>

background-color css

<style>
 a { background-color: #362F29; }

 a { background-color: rgb(54,47,41); }

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

border-color css

<style>
 span { border-color: #362F29; }

 span { border-color: rgb(54,47,41); }

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