Html Css Color HEX #362D28 Coffee Bean

📋 copy color: '#362D28'

red 54 ◦ green 45 ◦ blue 40

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

Shades of Coffee Bean #362D28

Tints of Coffee Bean #362D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 38.85%
G = 32.37%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#362D28 (or 0x362D28) is known color: Coffee Bean. HEX triplet: 36, 2D and 28. RGB value is (54,45,40). Sum of RGB (Red+Green+Blue) = 54+45+40=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D28 is #C9D2D7. Grayscale: #2F2F2F. Windows color (decimal): -13226712 or 2633014. OLE color: 2633014.

HSL color Cylindrical-coordinate representation of color #362D28: hue angle of 21.43º 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 #362D28 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 45 40 -
CMYK 0 0.17 0.26 0.79
HSL 21.43º 0.15% 0.18% -
HSV(B) 21.43º 0.26% 0.21% -
XYZ 2.84 2.81 2.4 -
YUV 47.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 54 45 40 0 0.17 0.26 0.79 21.43 0.15 0.18
Hex 36 2D 28 0 11 1A 4F 15 F 12
Octal 66 55 50 0 21 32 117 25 17 22
Binary 110110 101101 101000 0 10001 11010 1001111 10101 1111 10010

Color Harmonies of #362D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D28

Black with #362D28

Text Example


Text Example

White with #362D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,45,40); }

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

background-color css

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

 a { background-color: rgb(54,45,40); }

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

border-color css

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

 span { border-color: rgb(54,45,40); }

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