Html Css Color HEX #362F2A Coffee Bean

📋 copy color: '#362F2A'

red 54 ◦ green 47 ◦ blue 42

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

Shades of Coffee Bean #362F2A

Tints of Coffee Bean #362F2A

RGB

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

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

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

R = 37.76%
G = 32.87%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#362F2A (or 0x362F2A) is known color: Coffee Bean. HEX triplet: 36, 2F and 2A. RGB value is (54,47,42). Sum of RGB (Red+Green+Blue) = 54+47+42=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2A is #C9D0D5. Grayscale: #303030. Windows color (decimal): -13226198 or 2764598. OLE color: 2764598.

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

Color convert

RGB 54 47 42 -
CMYK 0 0.13 0.22 0.79
HSL 25º 0.13% 0.19% -
HSV(B) 25º 0.22% 0.21% -
XYZ 2.96 2.98 2.61 -
YUV 48.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 54 47 42 0 0.13 0.22 0.79 25 0.13 0.19
Hex 36 2F 2A 0 D 16 4F 19 C 13
Octal 66 57 52 0 15 26 117 31 14 23
Binary 110110 101111 101010 0 1101 10110 1001111 11001 1100 10011

Color Harmonies of #362F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362F2A

Black with #362F2A

Text Example


Text Example

White with #362F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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