Html Css Color HEX #362F2B Coffee Bean

📋 copy color: '#362F2B'

red 54 ◦ green 47 ◦ blue 43

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

Shades of Coffee Bean #362F2B

Tints of Coffee Bean #362F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 37.5%
G = 32.64%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#362F2B (or 0x362F2B) is known color: Coffee Bean. HEX triplet: 36, 2F and 2B. RGB value is (54,47,43). Sum of RGB (Red+Green+Blue) = 54+47+43=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2B is #C9D0D4. Grayscale: #303030. Windows color (decimal): -13226197 or 2830134. OLE color: 2830134.

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

Color convert

RGB 54 47 43 -
CMYK 0 0.13 0.20 0.79
HSL 21.82º 0.11% 0.19% -
HSV(B) 21.82º 0.2% 0.21% -
XYZ 2.97 2.99 2.71 -
YUV 48.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 54 47 43 0 0.13 0.20 0.79 21.82 0.11 0.19
Hex 36 2F 2B 0 D 14 4F 16 B 13
Octal 66 57 53 0 15 24 117 26 13 23
Binary 110110 101111 101011 0 1101 10100 1001111 10110 1011 10011

Color Harmonies of #362F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362F2B

Black with #362F2B

Text Example


Text Example

White with #362F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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